/temp-sequelize-mysql

template sequelize -> mysql

Primary LanguageJavaScript

Sequelize logo

Sequelize is a modern TypeScript and Node.js ORM for Oracle, Postgres, MySQL, MariaDB, SQLite and SQL Server

💻 Getting Started

## Install
npm install
npm start
## Buat New Database
testsquelize
## Api
http://localhost:5000/
## Routes
POST    |  http://localhost:5000/
GET     |  http://localhost:5000/
DELETE  |  http://localhost:5000/:id
UPDATE  |  http://localhost:5000/:id
## Response
success          |  200
serverError      |  500
notFound         |  404
invalidInput     |  400
unauthorized     |  401
forbidden        |  403
conflict         |  409