CLI to scaffold FastAPI projects with async ORM and Docker
create-fastapi-project is a CLI that scaffolds FastAPI applications with a consistent folder structure, async database integration, JWT authentication, background task examples, and container support. It offers Basic, LangChain, and Full templates (Full includes Alembic migrations and SQLModel examples) and targets Python 3.10+ with an included test suite and autogenerated API docs.
0