Scratch work - learning FastAPI stuff again.
.gitignore | ||
api.py | ||
app.py | ||
crud.py | ||
database.py | ||
exceptions.py | ||
models.py | ||
README.md | ||
requirements.txt | ||
schemas.py |
Install
pip install -r requirements.txt
Run
python -m uvicorn app:app --reload