Nodejs Project Structure For Express REST API
Sample Nodejs Project file structure architecture created by Srujal Patel
Make sure you have installed Nodejs, npm and git.
Note: npm is installed with Node.js
git clone https://github.com/iamsrujal/nodejs-file-stucture-express.git
cd nodejs-file-stucture-express
npm install or npm i
npm run dev (For Development environment)
OR
npm run staging (For Staging environment)
OR
npm run prod (For Production environment)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
You can check out the full license here