svmihar / abstracting-fastapi-services

FastAPI application and service structure for a more maintainable codebase – See full article

Home Page:https://camillovisini.com/article/abstracting-fastapi-services/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

FastAPI application and service structure for a more maintainable codebase – See full article

https://camillovisini.com/article/abstracting-fastapi-services/


Languages

Language:Python 95.2%Language:Makefile 4.8%