fastapi-enterprise
Installation
SKILL.md
FastAPI Enterprise Development - Modular Architecture
Enterprise-grade FastAPI with modular architecture: each business domain is an independent module with own database tables, cache namespace, routes, and migrations. Modern Python tooling (UV + pyproject.toml) for fast dependency management.
Quick Start
Initialize Project
# Create modular FastAPI project with UV
python scripts/init_project.py --name my_api --auth keycloak --with-example-module