2.0.0 • Published 1 year ago
nodeji-helpme v2.0.0
My Boilerplate
This package provides a boilerplate structure for Node.js projects using Express and Mongoose.
Features
- Basic project structure
- Environment variable configuration with
dotenv
- MongoDB connection with Mongoose
- User model, controller, and routes
- Easy setup with a single command
Installation
npm init -y
npm i -g nodeji-helpme
run
npm i express
npm i dotenv mongoose
-Give value to the env file.