Kasa API
Modern FastAPI backend with SQLAlchemy, Celery, Redis, and more.
Quick Start
uv sync
uv run uvicorn main:app --reload
Built with FastAPI
Modern, fast, and based on standard Python type hints.
Modular Architecture
Organized by feature with CRUD, schemas, services, and routes.
Production Ready
Includes error handling, logging, middleware, and OpenAPI specs.