Hello,
I plan to develop a web application (Wrapper) to capture configurational data, feed that data to another application via REST API, and store the same information in a local database (Postgres Database). Users will be around 100+ but the application has to display the data from Postgres DB (Transactional information) from 1M+ records based on search condition. My application consists of a Multi-Page form to capture the data a few search pages and a few basic CRUD operation pages to the Postgres database.
Here are my thoughts,
Back End: Django with RESTAPI
Front End: Angular
Database: Postgres
Any better suggestions?