Ask HN: Tech stack for Fintech web app
Hello HN,
I want to build a Fintech Web app i am confused with the tech stack to be used, the will have a dashboard with admin ui( each customer having their own admin dashboard) i want to the ui to be beautiful and responsive, I want the app to scalable, which stack should I use? MERN/MEAN? Django? Or something else( I've resources to hire developers )
3 comments
[ 3.1 ms ] story [ 21.1 ms ] threadThanks for the reply!!
If you can get most of the work done in Python then the question becomes: does Python dynamically generate the data/results for your users or do you store the data somewhere and some other tool (PHP for example) can query it to present to the user?