Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (23 loc) · 1.03 KB

Nodejs File Stucture Express

Nodejs Project Structure For Express REST API

General Info

Sample Nodejs Project file structure architecture created by Srujal Patel

Testing Locally

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)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

You can check out the full license here

MIT