hesic73/fastapi-template - GitHub

This template offers a simplified admin interface, drawing inspiration from SQLAdmin. It features an async SQLAlchemy engine and WTForms for form building and validation. Unlike SQLAdmin, which uses metaprogramming and Starlette, this template simplifies the process with straightforward function calls for adding model views and utilizes FastAPI directly. Relationship view and selection, search, and export features are not supported.

Screenshots

register

list

batch_delete

create

details

edit