Monday 23 December 2019

SQL vs NoSQL: Using React and Node

Hey everyone!I’m a bit of a back end noob and was hoping someone could shed some light on this.I am working on making a restaurant review site similar to Yelp. I’ve built the front end in React and will be using Node for the back end however I was wondering which type of database would be better to use on the back end: a SQL solution like PostgreSQL or MySQL or a NoSQL solution like MongoDB or Amazon’s DynamoDb.The database would need to store things like user accounts, a database of restaurants and information about them, as well as reviews for each restaurant and the user they were written by.Any help or resources are much appreciated!

Submitted December 23, 2019 at 03:06PM by brombergmedia

No comments:

Post a Comment