Skip to content

mzuhdi/MERN_RestaurantReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Restaurant Review

Created simple web application using the MERN stack. The restaurant data is pulled from MongoDB restaurant sample data.

Technology Stack

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisite

Install latest version of npm

  • npm

npm install npm@latest -g

Installation

  1. clone the project

git clone

  1. Go to both backend and front directory and install NPM packages

npm install

  1. Start the backend application server in the backend directory

nodemon server

  1. Start the frontend application server in the frontend directory

npm start

Usage

Creating an Account

  1. Click 'Login' on the navigation bar
  2. Input username and ID
  3. Click login
  • Note that this is not a true creating an account/login system. It is just fields that are required to leave a review

Searching by name, zipcode, cuisines

  1. Type in name textbox, zipcode textbox, or select from cuisine drop down list
  2. Click 'Search' button on the corresponding textbox

Viewing Restaurant Location

  1. Click on 'View Map' button to redirect you to google maps location of the restaurant

Viewing Review

  1. Click on 'View Reviews' button to see the reviews from the restaurant

Add Review

  1. Click on 'Add Review' button
  2. Input your review in the textbox
  3. Click 'Submit'

Edit Review

  1. Click on 'Edit' button on the review
  2. Edit your review in the textbox
  3. Click 'Submit'

Delete Review

  1. Click on 'Delete' button on the review

Contact

Muhammad Zuhdi - LinkedIn - [email protected]

About

Objective: learn MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published