Deliver fresh produce from farmers to buyers, with delivery tracking.
- Frontend: React (Vite)
- Backend: FastAPI (Python)
- Database: MySQL
- Dev setup: Docker Compose
- cp backend/.env.example backend/.env
- docker compose -f infra/docker-compose.yml up --build
- Open http://localhost:5173 (frontend) and http://localhost:8000/docs (backend API)