Awardrobe tracks product listings to help users get the best deals while shopping for clothes online.
- Supports products on Abercrombie, Uniqlo, and Zara
- Price history of a product after being added
- Create and delete price drop and re-stock notifications
To get a local instance running, please follow these steps.
- Node.js
- pnpm
- Instances of MySQL and Meilisearch
- Clone the repository
- Run
pnpm install
- Create a
.env
file if it doesn't already exist - Run
pnpm run dev