Student Records REST API (FastAPI) Run python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt uvicorn app.main:app --reload Test pytest -q