Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 176 Bytes

README.MD

File metadata and controls

11 lines (7 loc) · 176 Bytes

CRUD Express with sequelize orm and database mysql

install

$npm install

migrate database

$ npm run sequelize -- db:migrate

Run project

$ nodemon and run mysql