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