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

https://github.com/svaponi/fastapi-mongodb-boilerplate

Boilerplate project for FastAPI + MongoDB (Async).
https://github.com/svaponi/fastapi-mongodb-boilerplate

boilerplate fastapi mongodb mongodb-async python3 template-project

Last synced: about 2 months ago
JSON representation

Boilerplate project for FastAPI + MongoDB (Async).

Awesome Lists containing this project

README

          

# FastAPI MongoDB Boilerplate

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

Boilerplate repository to kickstart 🚀 your [FastAPI](https://fastapi.tiangolo.com/) + [MongoDB](https://www.mongodb.com/) project.

### Key features

- **Non-blocking**, based on [Motor (async driver for MongoDB)](https://www.mongodb.com/docs/drivers/motor/).
- 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).