Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 256 Bytes

File metadata and controls

15 lines (12 loc) · 256 Bytes

Steps to run

Backend

Goto server directory Run the following commands

  1. npm install
  2. npm run crawl
  3. npm run start

Frontend

Goto frontend directory Run the following command:

  1. npm install
  2. npm start