/yelp_clone

simple restaurant finder with a rating system based on reviews. No authentication. used PERN Stack.

Primary LanguageJavaScript

Yelp Clone (PERN Stack)

This is my first try using the PERN (Postgres, Express, React and NodeJS) Stack for the fullstack web application development.

demo

Features

  1. Create Restaurants
  2. Review Restaurants`
  3. Star Rating

Installation

Use the package manager yarn or npm to run yelp clone. use npm install instead of yarn if you are using node package manager (npm)

cd client && yarn
cd ..
cd server && yarn

Usage

Run the Server

cd server
yarn start

Run the Client in a different terminal

cd client
yarn start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update and create tests as appropriate.