Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 237 Bytes

File metadata and controls

21 lines (18 loc) · 237 Bytes

Testing

Backend

Run from repo root:

cd backend
source .venv/bin/activate
python -m pytest tests -q

Frontend

cd frontend
npm install
npm run build

Smoke

curl http://127.0.0.1:8000/healthz