Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinusw/nodeapi
A NodeExpress Backend API
https://github.com/tinusw/nodeapi
Last synced: 10 days ago
JSON representation
A NodeExpress Backend API
- Host: GitHub
- URL: https://github.com/tinusw/nodeapi
- Owner: Tinusw
- Created: 2018-04-12T19:35:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T22:55:56.000Z (over 6 years ago)
- Last Synced: 2024-11-06T05:06:34.990Z (about 2 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Node/Express/Mongoose/Mongo API
More to come!
### Project setup
1. Clone this repo.
2. Have MongoDB installed and running.
3. `npm install` to get all dependencies.
4. setup a `config.js` file in the root of your directory with project secret & test db (see `example_config.js`)
5. setup `variable.env` file (see `example_variables.env` for sample)
6. `npm dev` will spin server up and default to PORT 3030.
7. Enjoy