FastAPI + Supabase boilerplate with authentication and SQLModel database integration.
Minimal FastAPI template that integrates Supabase authentication, SQLModel-based models, and Alembic migrations for a Postgres-compatible database. Suited for building API-driven services, prototypes, or SaaS backends that require authenticated CRUD endpoints and managed schema migrations.
0