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
- Host: GitHub
- URL: https://github.com/raulrobinson/nodejs-backend
- Owner: raulrobinson
- Created: 2024-03-25T21:07:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:19:50.000Z (about 1 year ago)
- Last Synced: 2025-01-27T04:18:05.575Z (4 months ago)
- Language: JavaScript
- Homepage: https://nodejs-backend-lime.vercel.app
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```