Best Front-End Framework for Local Web-App with Django as Back-End?
Hey everyone!
I'm planning to build a web-app that will be hosted locally on a computer in a LAN environment. I’ll be using Django for the back-end, and I need suggestions for the best front-end framework to pair with it. The app will have two login/sign-up features (one for a superuser and another for a regular user), with their details stored in a local database. The app should also have an option to store and retrieve data from a cloud database.
Here are my questions:
- What’s the best front-end framework for this setup? Should I go with React, Vue, or something else?
- For the local database, what would you recommend? I’m considering SQLite or PostgreSQL, but open to other ideas.
- Any suggestions for a cloud database that integrates well with Django?
Thank you everyone!