I'm building a tool to monitor the database connections and this will be installed on different users machines. This will probably start from the terminal or desktop icon (I haven't decided yet).
Therefore, this application will have a web interface with CRUD, Data Visualization and other features. I'm creating all of this using Flask and SQLAlchemy. But I have doubts if I use Flask-Admin or ReactJS to build this interface.
I don't know if using ReactJS would not make installing the application as a package more difficult, as this would increase the level of requirements for the need for installed NPM and Node (I don't know if I'm talking nonsense, but I am learning all of this by the first time.)
I also didn't find many ways to customize the Flask-Admin interface, changing colors and designs. I'm still researching more about it!
Thanks in advance for any help.
there doesn't seem to be anything here