/cookiecutter-fastapi-docker

Ready to go FastAPI project template 🍪

Primary LanguagePythonMIT LicenseMIT

cookiecutter-fastapi-docker

Ready to go FastAPI project template 🍪

What's inside?

Well-organized FastAPI project with:

  • PostgreSQL integration using SQLAlchemy and Alembic
  • Health checks with Liveness and Readiness probes implemented
  • Pytest with Stairway test implemented
  • Sentry integration
  • Tracing enabled
  • Docker

How can I install?

brew install cookiecutter

or

pip install cookiecutter

How can I generate a FastAPI project?

cookiecutter gh:vitalk/cookiecutter-fastapi-docker

Enjoy!