/yelp_clone

A Yelp clone built on Rails

Primary LanguageRuby

Coverage Status
Build Status

A Yelp clone built on Rails. I am still adding the finishing touches to this app, but all of the main functionality is complete and fully tested (built using TDD).

####Features:

  • User has choice of using a standard user sign-up/sign-in or Facebook authentication;
  • Create Restaurants and upload an image for it;
  • Review Restaurants and leave Star ratings;
  • Endorse Reviews.

####Technologies:
Ruby on Rails, Javascript, JQuery, RSpec & Capybara, Amazon S3, Paperclip.

Deployed to Heroku here.

To run locally:

git clone git@github.com:Yorkshireman/yelp_clone.git
bundle
rake db:create
rake db:migrate
rails s
(navigate to localhost:3000 in your browser).

rspec to run the tests.