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: 10 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-12T07:45:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T09:19:14.411Z (12 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
- 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!