Lekker computeren
cd frontend
npm install
npm run devRuns at http://localhost:5173
cd backend
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reloadAPI runs at http://localhost:8000 — e.g. GET /rider/tadej-pogacar