domain/ ← pure Python only (no framework imports) │ application/ ← domain + port interfaces only │ infrastructure/ ← SQLModel, Alembic, SQLite adapters │ api/ ← FastAPI routers, middleware, dependency ...
users_auth/ ├── models/ # Pydantic-Modelle und SQLAlchemy-Entitäten │ ├── user_models.py # Benutzer-Datenmodelle │ └── auth_models.py # Authentifizierungs-Modelle ├── services/ # Business Logic Layer ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results