FastAPI starter with async SQLAlchemy, Postgres, React-Admin, and tests.

A FastAPI-based starter that provides an async-first backend with SQLAlchemy 2.0, Postgres, and an admin frontend built with React-Admin. It integrates FastAPI Users for authentication, OpenAPI Generator for a TypeScript client, Alembic migrations, Docker support, and automated tests (pytest and Cypress). Suited for CRUD admin dashboards, internal tools, and SaaS backends.
0