Skip to content

Wynndow/yelp_clone

Repository files navigation

##Yelp Clone

About

The challenge for week 7 of Makers Academy was to recreate the Yelp website. This was done using Ruby on Rails, and test driven with RSpec and Capybara. Users can log in, upload restaurants and review other restaurants. The reviews can be endorsed by other users, which is implemented using AJAX. The database used is PostgreSQL.

Installation

  1. Clone this repo using $ git clone git@github.com:Wynndow/yelp_clone.git
  2. Move into the new directory using $ cd yelp_clone
  3. Install dependencies using $ bundle
  4. Generate databases using $ rake db:create
  5. Migrate databases using $ rake db:migrate

Usage

  1. Start the server using $ rails s
  2. Navigate to http://localhost:3000/

Running tests

  1. Tests are run form the command line using $ rspec

Further improvements

  • Improve the front end design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published