Litestar-based Python template implementing clean architecture for REST APIs
A project template that implements clean (onion) architecture using Litestar and Python. It provides a layered project layout, example REST endpoints, SQLAlchemy models with Alembic migrations, Pydantic schemas, Docker configuration, and pytest test setup. Suited for building maintainable backend services and REST APIs.
0