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

https://github.com/mfurquimdev/backend-template

This repository is a template for back-end with Python + FastAPI using repository pattern and dependency injection.
https://github.com/mfurquimdev/backend-template

Last synced: 4 months ago
JSON representation

This repository is a template for back-end with Python + FastAPI using repository pattern and dependency injection.

Awesome Lists containing this project

README

          

Back-end Template
=================

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

This repository is a template for back-end and async web development.