Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 317 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 317 Bytes

MERN-webapp

Simple MERN stack web application for showing restaurants and adding reviews using the sample_restaurants database on MongoDB Add your MongoDB cluster URI in backend\.env

Start the Back end server in \backend using

nodemon server

Start the Back end server in \frontend using

npm start