Overview
- What : Helps to track the e-commerce products like amazon, flipkart, etc. and will notify when there is any changes in price or stock , currently supports whatsapp, email and push notification also .
- Tech: Full stack (Spring Boot backends, React/Vite frontend, Python FastAPI scraper, MySQL, Nginx reverse-proxy) containerized with Docker Compose Web .
Quick Demo
buzzlyn_demo.mp4
Run whole web using docker or also can runs each separately
docker compose up --build
Access:
- Frontend:
http://localhost:8080 - Auth API:
http://localhost:8080/auth/* - Main API:
http://localhost:8080/api/*
Environment:
- Fill secrets in
./.env(use.env.exampleas a template) before starting.
That's it — intentionally brief. See individual folders for service-specific details.