Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 443 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 443 Bytes

Carwler

Prerequisites

Please install mongo db to use carwler

Setting up project

Clone project

Crawling Data and Saving to mongo

  • python3 carwler/crawler.py

Start flask server

  • pyton3 api/main.py

APIs

Currently there are 4 apis

  • /brands
  • /models
  • /variants
  • /compare

TODO: write documentation for all apis