Skip to content

Week 8 project at Makers Academy - My version of Yelp using ruby on rails. BDD with Rspec Capybara.

Notifications You must be signed in to change notification settings

KKOA/foodreview2

Repository files navigation

FoodReview

Constructed a clone of Yelp using following technology

  • Rails 5
  • Bootstrap
  • Sqlite3
  • Jquery
  • RSpec
  • Capybara
  • Selenium webdriver
  • Carrierwave

Thermostat

Setup application

The installition assume have homebrew install on the current device

git clone
cd foodreview
bundle
brew install imagemagick
rails s db:reset

Run application

cd cd foodreview
rails s

Navigate to browser and enter
http://localhost:3000
and hit return

Run Tests

cd foodreview
bundle exec guard

Hit enter to view all test

About

Week 8 project at Makers Academy - My version of Yelp using ruby on rails. BDD with Rspec Capybara.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published