-
Notifications
You must be signed in to change notification settings - Fork 321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use admin-on-rest #12
Comments
Thanks for bringing my attention to this. I haven't yet thought about integrating an admin functionality to this boilerplate, but if I do, I'll look into admin-on-rest. For now, this project is meant to serve as a starting point for building any SPA based modern web application. |
Also, |
admin-on-rest is a client-side component that can adapt to any server API, including any API you can build with Flask. |
Ahh true, I did not notice that the intention was to be backend-agnostic (and got pretty caught up with the fact that "someone had already rolled a flask backend" because this was pretty close to what we wanted) I recognize the importance of a backend agnostic admin panel in many cases. |
Hi, and thanks for this project.
Part of what you're trying to achieve (a React admin based on a REST API) now exists as a standalone repository, in a slightly more advanced version. It's called admin-on-rest.
I think this repo would benefit a lot from reusing admin-on-rest components.
The text was updated successfully, but these errors were encountered: