1.1.2 • Published 12 months ago

starter-mvc v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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