This repo is a clone of Yelp built using Rails.
To use this app, fork and clone the repo.
Run bundle to update Gemfile.lock:
bundle
Run your local server from the command-line:
rackup
And visit your local server address:
localhost:9292/
Yelp is unit tested using rspec and feature tested using Capybara. Run the tests in the root of the Yelp directory from the command-line:
rspec
- Rails - a Ruby web application framework.
- Rails
- Active Record
- HTML5
- CSS3/Pure
- Git
- Rspec
- Capybara
- Bcrypt