Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 859 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 859 Bytes

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