Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vitalk/cookiecutter-fastapi-docker

Ready to go FastAPI project template 🍪
https://github.com/vitalk/cookiecutter-fastapi-docker

cookiecutter cookiecutter-fastapi cookiecutter-python cookiecutter-template

Last synced: about 2 months ago
JSON representation

Ready to go FastAPI project template 🍪

Awesome Lists containing this project

README

        

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](https://habr.com/ru/companies/yandex/articles/511892/) implemented
- Sentry integration
- Tracing enabled
- Docker

How can I install?
------------------

```bash
brew install cookiecutter
```

or

```bash
pip install cookiecutter
```

How can I generate a FastAPI project?
-------------------------------------

```bash
cookiecutter gh:vitalk/cookiecutter-fastapi-docker
```

Enjoy!