mjhea0 / awesome-fastapi

A curated list of awesome things related to FastAPI
Creative Commons Zero v1.0 Universal
8.5k stars 651 forks source link

Added Starlette-admin #149

Closed Ilya-Green closed 1 year ago

Ilya-Green commented 1 year ago

Functional and underrated framework. FastAPI/Starlette compatible. Works with SQLAlchemy, SQLModel, MongoDB, and ODMantic. Modern interface based on tabler. Provides authentication and authorization capabilities and different access levels, making it possible to create a flexible role system. Supports CRUD operations and custom batch actions on specific views, localization to multiple languages, customizing views with configurations, customizable read views, create/edit forms, form validation (automatic with sqlmodel, Odmantic, MongoEngine), and 27 field types. Search with flexible filtering, export options in CSV, Excel, PDF, and print formats, and a flexible admin configuration. Actively developed by the repository owner.