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

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.

Awesome Lists containing this project

README

          

# FastAPI Boilerplate

[![Test](https://github.com/svaponi/fastapi-boilerplate/actions/workflows/run-tests.yml/badge.svg)](https://github.com/svaponi/fastapi-boilerplate/actions/workflows/run-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/svaponi/fastapi-boilerplate/badge.svg?branch=main)](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).