Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 378 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 378 Bytes

Abstracting FastAPI Services

See this article for more information: https://camillovisini.com/article/abstracting-fastapi-services/

Poetry

poetry install

Makefile

make dev # run uvicorn with restart
make test # run pytest
make create-items # create items for illustration purposes
make get-items # retrieve items for illustration purposes