Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 201 Bytes

File metadata and controls

14 lines (11 loc) · 201 Bytes

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