Prerequisites
- Docker Desktop (for the full stack)
- Node.js 22+ (if running frontend outside Docker)
- Python 3.12+ (if running backend outside Docker)
Full Stack via Docker (Recommended)
- Backend: uvicorn
--reloadwatches/appfor Python changes - Frontend: Vite HMR watches
/app/srcfor Vue/TS changes - Both use volume mounts (
./backend:/app,./frontend:/app) so edits are reflected instantly
Environment Variables
Copy.env.example to .env. Key variables: