Web application for Reviews

a MERN stack project

project picture

This was a learning project through freecodecamp.com to develop an application using the full MERN stack with integration of MongoDb Atlas.

Full-stack Development

React

create-react-app

MongoDb

This application uses create-react-app to develop the frontend. The backend was initially handled with node.js and express, but then moved to a serverless state using Realm on MongoDb Atlas.

The user of the app can get a list of restaurants from the sample data and filter the result with search terms. The user can also add, edit and delete reviews that are tied to their user id.

See the Github Repo