- Clone this repository
https://github.com/iqbalfasri/express-sequelize-starter.git - Create database [ Mysql, PostgreSQL, etc ]
- Setting config file in folder
configand renameexample.config.jsontoconfig.json - Setting
.envfrom file.env.example - Install the dependencies
npm install - Run development
npm run dev
How to run migration npx sequelize db:migrate
List sequelize command interface npx sequelize for the detail