iamsrujal / nodejs-file-stucture-express

Nodejs Express Project File Structure For REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nodejs Express Project File Structure For REST API

License:MIT License


Languages

Language:JavaScript 100.0%