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