A working version of the app can be found here: Yelp
##What can you do with it?
- Add a restaurant
- Edit and delete the restaurant (only if you are the creator)
- Leave a review
- Rails
- Ruby
- Postgresql
- Capybara
- RSpec
- CSS
- Javascript
- jQuery
- Heroku
- Devise
- Amazon S3
- Paperclip
- Imagemagick
- Bootstrap
git clone git@github.com:nikeshashar/Peri-Yelp.git
cd Peri-Yelp
bundle
bin/rake db:setup
cd Peri-Yelp
bin/rails s
open your browser and go to localhost:3000
cd Peri-Yelp
rspec