A chatbot that helps users search for the best products online using web scraping (Tokopedia).
- 🔎 Search product info from Tokopedia
- 🌐 REST API with FastAPI
- 🧠 PostgreSQL for storing user data
- 🛠️ Modular code structure
- Install dependencies:
pip install -r requirements.txt
- Run server:
uvicorn backend.main:app --reload
Test on: http://127.0.0.1:8000/docs
To Do
✅ User registration
✅ Product scraping
⏳ Integrate affiliate links
⏳ Product recommendation with AI