An open API service indexing awesome lists of open source software.

https://github.com/wahawaher/node-api-common-template

Common Template for Node/Express/Mongo API Apps
https://github.com/wahawaher/node-api-common-template

api express mongodb mongoose nodejs rest-api template

Last synced: 3 months ago
JSON representation

Common Template for Node/Express/Mongo API Apps

Awesome Lists containing this project

README

        

Common Template for Node/Express/Mongo API Apps 1.1.3
-------
## Get started:
```sh
git clone https://github.com/WahaWaher/node-api-common-template.git
cd node-api-common-template
npm i

- Create config.js from config.example.js
(config.development.js and config.production.js - optional)

# Start development
npm run dev
# Start production
npm run prod
```