FastAPI + SQLAlchemy template implementing clean architecture and auth
Template repository for building FastAPI applications organized around clean architecture. It combines FastAPI with SQLAlchemy for data access, Pydantic for validation, Alembic for migrations, and JWT-based authentication, suited for REST APIs and backend services.
0