DEV Community

Discussion on: A sample e-commerce web app built with ReactJS, ExpressJS and MongoDB

Collapse
 
bryangarciad profile image
Bryan Ramses Garcia

I believe that all NO-SQL engines are amazing but I also believe that the nature of the data and how we handle it 90% of the times fits better with SQL engines because of the high quality features for relational models, so if we go with hype driven development we can make mistakes choosing tech stack

Collapse
 
noncototient profile image
Bo

I agree with this, the way most web applications work fits really well with a simple SQL database be it MySQL or PostgreSQL.