starter-mvc
v1.1.2
Published
This package provides a boilerplate structure for Node.js projects using Express and Mongoose.
Downloads
8
Maintainers
Readme
My Boilerplate
This package provides a boilerplate structure for Node.js projects using Express and Mongoose.
Features
- Basic project structure for MVC application
- MongoDB connection with Mongoose
- User model, controller, and routes
- middleware for log request
Installation
npm init -y
npm i -g starter-mvc
create
npm i express mongoose