https://github.com/svaponi/fastapi-boilerplate
Boilerplate project for FastAPI.
https://github.com/svaponi/fastapi-boilerplate
boilerplate docker fastapi python3 template-project
Last synced: about 2 months ago
JSON representation
Boilerplate project for FastAPI.
- Host: GitHub
- URL: https://github.com/svaponi/fastapi-boilerplate
- Owner: svaponi
- License: mit
- Created: 2023-11-02T09:49:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:16:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-11T07:47:32.401Z (over 1 year ago)
- Topics: boilerplate, docker, fastapi, python3, template-project
- Language: Python
- Homepage: https://svaponi.github.io/fastapi-boilerplate/
- Size: 2.69 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Boilerplate
[](https://github.com/svaponi/fastapi-boilerplate/actions/workflows/run-tests.yml)
[](https://coveralls.io/github/svaponi/fastapi-boilerplate?branch=main)
Boilerplate repository to kickstart 🚀 your [FastAPI](https://fastapi.tiangolo.com/) project.
### Key features
- Run [pytest](https://docs.pytest.org/) when you **push changes to `src/` dir** ([GitHub Actions](/.github/workflows/run-tests.yml)).
- [Poetry](https://python-poetry.org/docs/#installation) as **dependency manager** and **packaging tool**.
- [Coveralls](https://docs.coveralls.io/) integration (for coverage badge).
## Contributing
See [CONTRIBUTING.md](/CONTRIBUTING.md).