Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🍪
- Host: GitHub
- URL: https://github.com/vitalk/cookiecutter-fastapi-docker
- Owner: vitalk
- License: mit
- Created: 2024-01-31T12:46:09.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:45:30.000Z (11 months ago)
- Last Synced: 2024-10-12T10:14:02.758Z (3 months ago)
- Topics: cookiecutter, cookiecutter-fastapi, cookiecutter-python, cookiecutter-template
- Language: Python
- Homepage:
- Size: 163 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- DockerHow 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!