https://github.com/codebynao/webservices-back-app
https://github.com/codebynao/webservices-back-app
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codebynao/webservices-back-app
- Owner: codebynao
- Created: 2019-12-06T10:09:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T13:51:33.000Z (over 3 years ago)
- Last Synced: 2025-02-24T12:49:30.478Z (over 1 year 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`.