/resale-value-calculator

A Django app to calculate the resale price range of clothes, searchable by brand and type. All sold item data is pulled from the Poshmark website.

Primary LanguagePython

A Django project to calculate the resale value range of clothing

Link here

All data is pulled from here

To do:

  • Design the search results page so it's more user friendly
  • Make the buttons on search page active
  • add 404 page
  • Fix ZeroDivisionError for empty QuerySets
  • Fix the static root issue so CSS files can be located
  • Get it hosted on domain
  • Create test cases for SoldItems model
  • Set scrapers to run on a schedule
  • Update scraper JSON to include more brands