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

https://github.com/raulrobinson/nodejs-backend

API REST with Nodejs, Sequelize & MySQL
https://github.com/raulrobinson/nodejs-backend

Last synced: 3 months ago
JSON representation

API REST with Nodejs, Sequelize & MySQL

Awesome Lists containing this project

README

        

# nodejs-backend
API REST with Nodejs, Sequelize & MySQL.

- Environments variables:

Rename **.env.sample** for **.env** and replace content.

```text
BD_HOST=localhost
BD_USER=user-database
BD_PASS=password-database
BD_BBDD=name-database
```