A modular, provider-driven framework for building Python applications with FastAPI. Full documentation is available at fastapi-startkit.github.io.
After cloning, activate the git hooks:
git config core.hooksPath .githooksThis enables the pre-commit hook that runs ruff check --fix on the core package before every commit.