pyro-api
pyro-api copied to clipboard
[admin] Add an admin dashboard
As stated in the title, I think we need to have a UI for admins. There are a few options:
- ORM : https://github.com/fastapi-admin/fastapi-admin
- use the Vue.js dashboard from the template repo of FastAPI : https://github.com/tiangolo/full-stack-fastapi-postgresql
Hi there, thanks for opening the discussion.
At first sight, because the ORM from fastapi-admin is full python, I would go for this one instead of the Vue.js one that would introduce a new language, not mastered within the association.
Therefore, if the proposed functionality is equivalent and the security level is similar, Let's go for the fastapi-admin !