Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codebynao/webservices-back-app
https://github.com/codebynao/webservices-back-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebynao/webservices-back-app
- Owner: codebynao
- Created: 2019-12-06T10:09:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:51:33.000Z (about 2 years ago)
- Last Synced: 2023-03-07T14:15:01.204Z (almost 2 years ago)
- Language: JavaScript
- Size: 249 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webservices-back-app
Available [online](https://web-services-node-project.appspot.com/).
## Environment variables
```
DB_HOST - Host of the database
DB_NAME - Name of the database
DB_USER - Username of the database administrator
DB_PWD - Password of the administrator# Optional to init the server
HOST - Default "localhost"
PORT - Default 3000
```## Start server locally
You can start the server by running `npm start`.
To start the server with the hot reload, run `npm run dev`.