1 Repo
Automatic construction of administrative dashboards based on database model introspection.
Distinct from Model-Driven Architectures: Focuses specifically on the generation of the management UI rather than the general architectural pattern of model-driven APIs.
Explore 1 awesome GitHub repository matching data & databases · Admin Interface Generation. Refine with filters or upvote what's useful.
fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist
Automatically constructs administrative interfaces by inspecting database schema definitions and model metadata at runtime.