- npm install
- configure your database name and password in config.js file ( file path relative to project root directory --> config/config.js )
- create database in your mysql with name as mentioned in config.json ( shopifyScraper )
- npx sequelize db:migrate
- node index.js