This repo has two apps:
- Frontend → Vite + React (
/frontend) - Backend → FastAPI (
/backend)
cd frontend
npm installcd backend
pip install -r requirements.txtcd frontend
npm run dev- Default: http://localhost:5173
cd backend
uvicorn app:app --reload- Default: http://localhost:8000
- Docs: http://localhost:8000/docs