Fastapi Clean Architecture Template

Scaffold a new project following Clean Architecture principles on FastAPI — strict 4-layer structure (Domain, Application, Infrastructure, API) with unidirectional dependencies, repository pattern, result-enum error handling, and fastapi-injector DI. Supports PostgreSQL, MongoDB, SQLite; JWT, OAuth2, API key auth; optional Redis cache. Use when this capability is needed.

tomevault-io 5489efc 2 files · 9.0 KB Updated

File contents

tomevault-io/skills-registry/tree/main/joe-vi--templates--fastapi-clean-architecture-template commit 5489efc197

Frequently asked questions

npx skillmds@latest add tomevault-io/fastapi-clean-architecture-template