express-mcsr
v1.0.2
Published
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, sa
Downloads
5
Maintainers
Readme
express-mcsr
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:
- Initialize a new Node.js project in your desired directory:
npm init -y
- Install express-mcsr package:
npm install express-mcsr
- Install Express
npm i express
- Run the following command to generate the MCSR project structure
node ./node_modules/express-mcsr/bin/express-mcsr-init