This repo includes a copy of our database. products.json is the list of ~4300 products and all their attributes, user.json is the list of all users and their attributes, meta.json is the list of all subcategories. scrape.py is the code used to scrape our databse from the internet, it is ready to go (after installing dependencies) and will output all the prodcts in products.json.
The Database is hosted on the cloud using Mongodb Atlas, so that any and allchanges to the database are instantly reflected to all users, in addition to being avaialbe all the time to anyone, anywhere.