curricula.live API Minimal FastAPI starter for the curricula.live API. Setup python -m venv .venv source .venv/bin/activate pip install -r requirements.txt Run locally uvicorn app.main:app --reload Test pytest