starlette-admin icon indicating copy to clipboard operation
starlette-admin copied to clipboard

Enhancement: CRUD Router Generation

Open hasansezertasan opened this issue 8 months ago • 0 comments

Starlette Admin creates required CRUDL routes based on a data contributor like fastapi-crudrouter. We can use these endpoints in another web interface (with ReactJS, VueJS, or Vanilla JS) or a desktop/mobile applications but if we decide to go with the new interface and make the auto-generated interface absolute (remove), that's not clear...

Describe alternatives you've considered Flask App Builder has a feature like this, automatic CRUD generation (as I remember, it comes with API Documentation). FastAPI Amis Admin creates Swagger UI for each CRUD operation and the interface is optional.

hasansezertasan avatar Dec 23 '23 16:12 hasansezertasan