litestar-sqlalchemy-template
litestar-sqlalchemy-template copied to clipboard
Dockerized web application on LiteStar, SQLAlchemy2, PostgreSQL
Async template on LiteStar and SQLAlchemy 2
Description
Production-ready dockerized async REST API on LiteStar with SQLAlchemy and PostgreSQL
Key Features
- tests on
pytestwith automatic rollback after each test case - IOC (Inversion of Control) container built on modern-di - my DI framework
- Linting and formatting using
ruffandmypy Alembicfor DB migrations
After git clone run
just --list