Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codebynao/webservices-back-app


https://github.com/codebynao/webservices-back-app

Last synced: about 1 month ago
JSON representation

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`.