- Clone this repository
https://github.com/iqbalfasri/express-sequelize-starter.git
- Create database [ Mysql, PostgreSQL, etc ]
- Setting config file in folder
config
and renameexample.config.json
toconfig.json
- Setting
.env
from 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