# Nodejs File Stucture Express
Nodejs Project Structure For Express REST API
## General Info
Sample Nodejs Project file structure architecture created by [Srujal Patel](#http://github.com/iamsrujal)
## Testing Locally
Make sure you have installed [Nodejs](#https://nodejs.org/en/), [npm](#https://www.npmjs.com/get-npm) and [git](#https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
<br />
<small>Note: npm is installed with Node.js</small>
```bash
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](https://github.com/iamsrujal/nodejs-file-stucture-express/blob/master/LICENSE)
[MIT](https://choosealicense.com/licenses/mit/)