nodeji-helpme
v2.0.0
Published
A boilerplate structure for Node.js projects
Downloads
20
Maintainers
Readme
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.