Skip to content

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

Notifications You must be signed in to change notification settings

timhughes/abstracting-fastapi-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.2%
  • Makefile 4.8%