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
- Host: GitHub
- URL: https://github.com/wahawaher/node-api-common-template
- Owner: WahaWaher
- Created: 2019-12-09T17:59:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T16:34:43.000Z (over 2 years ago)
- Last Synced: 2024-12-27T14:10:03.932Z (5 months ago)
- Topics: api, express, mongodb, mongoose, nodejs, rest-api, template
- Language: JavaScript
- Size: 219 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```