Skip to content

knn3/RestaurantReview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Reviewer

This is a project that uses PERN Stack to create a website to review restaurants

Home page that allow users to upload restaurants, view all the restaurants, update restaurants' information and delete restaurant

Screen Shot 2022-08-29 at 6 45 18 PM

Restaurant detail page which will display all the reviews related to that restaurant and enable users to create a review on that restaurant

Screen Shot 2022-08-29 at 6 53 55 PM

How to run

1. Git clone the repository to your local machine

2. Change directory to client and run command: "npm install"

3. Run command: "npm start" to run locally on port 3000 (http://localhost:3000)

4. Open another command prompt for server and run command: "npm start". This server will be run on port 3005 (http://localhost:3005)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published