01Enforces clear rules for dependency direction and responsibility boundaries across the codebase.
02Standardizes session management using the Unit of Work (UoW) pattern and FastAPI Dependency Injection.
030 GitHub stars
04Provides implementation templates for Pydantic schemas and SQLModel/SQLAlchemy database models.
05Includes best practices for database migrations with Alembic and automated testing with Pytest.
06Implements a structured four-layer DDD architecture: Domain, Application, Infrastructure, and Controller.