Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fabogit/node-mysql

A basic crud sever using MariaDB/MySQL/Sequelize
https://github.com/fabogit/node-mysql

expressjs mariadb-mysql nodejs sequelize

Last synced: 8 days ago
JSON representation

A basic crud sever using MariaDB/MySQL/Sequelize

Awesome Lists containing this project

README

        

node-mysql

- in dir folder create a file named `.env` and paste:

```
PORT=3000
DB_HOST= "localhost"
DB_PORT=3306
DB_USER="root"
DB_PASSWORD="mysql"
DB_NAME="todo"
```

to run: `npm install && npm start`

- automate testing crud
- add f/end
- docker
- cloud deploy(heroku aws...)