Skip to content

Express MVC Boilerplate is an npm package that simplifies the setup process for Express.js applications following the MVC (Model-View-Controller) architecture. Quickly generate the required folder structure and basic server setup with a single command, saving time and effort when starting new projects.

Notifications You must be signed in to change notification settings

Siddhant-Kashyap/express-mcsr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-mcsr

npm version License: ISC

Initialize MCSR project structure for Express.js effortlessly. Model,Controller,Services,Routes in just few commands

To install express-mcsr and create an MCSR project structure for your Express.js application, follow these steps:

  1. Initialize a new Node.js project in your desired directory:
    npm init -y 
  2. Install express-mcsr package:
    npm install express-mcsr
  3. Install Express
    npm i express
  4. Run the following command to generate the MCSR project structure
    node ./node_modules/express-mcsr/bin/express-mcsr-init
    
    

Happy Coding

About

Express MVC Boilerplate is an npm package that simplifies the setup process for Express.js applications following the MVC (Model-View-Controller) architecture. Quickly generate the required folder structure and basic server setup with a single command, saving time and effort when starting new projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published