Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fabogit/node-mysql
- Owner: fabogit
- License: mit
- Created: 2022-03-23T19:08:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-30T19:20:53.000Z (over 2 years ago)
- Last Synced: 2024-11-06T20:38:02.986Z (about 2 months ago)
- Topics: expressjs, mariadb-mysql, nodejs, sequelize
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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...)