Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.14 KB

readme.md

File metadata and controls

20 lines (16 loc) · 1.14 KB

Async template on FastAPI and SQLAlchemy 2

Test Coverage GitHub issues GitHub forks GitHub stars

Description

Production-ready dockerized async REST API on FastAPI with SQLAlchemy and PostgreSQL

Key Features

  • tests on pytest with automatic rollback after each test case
  • IOC (Inversion of Control) container built on modern-di - my DI framework
  • Linting and formatting using ruff and mypy
  • Alembic for DB migrations

After git clone run

just --list