Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 339 Bytes

readme.md

File metadata and controls

11 lines (8 loc) · 339 Bytes

Installation

  1. npm install

Project Setup

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

To run the script

  1. node index.js