Ask HN: What are the tools to make a quick WebApp MVP? I have been tasked with making a simple webapp with following requirements. 1. Login system ( multiple users ) 2. Simple image upload with some related data. 3. Some tables to show uploaded data with images. 4. Some business logic on top of uploaded data. I have been out of touch from webapp development for the past 3 years. What are the easy to learn tools to quickly build this MVP in a weeks time. I have good knowledge of JS/TS, Java, C#, Jquery and React. Is there a good pluggable framework that comes with all these basic things so that I can quickly build up something ? I was thinking of using React + Bootstrap for frontend, some node.js framework for backend ( probably will use passport.js for auth ) |