1.0.2 • Published 2 years ago
express-mcsr v1.0.2
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