/yelp-clone

Week 8 @ Makers Academy - Rails, Capybara, ActiveRecord

Primary LanguageRuby

Yelp Clone

Week 8 project at Makers Academy, which served as our introduction to Ruby on Rails. Also Capybara and RSpec in context of Rails.

Objectives

  • Learning foundations of Rails
  • Learning how to test Ruby on Rails applications

Technologies used

  • Ruby
  • Rails
  • Capybara
  • Rspec
  • Devise
  • Postgresql
  • Mustache.js

Need to improve

  • Front end styling
  • Additional functionality

How to run the program

git clone https://github.com/codepreneur/yelp-clone
cd yelp-clone
bin/rails s

Visit http://localhost:3000/restaurants in your browser.

How to run tests

cd yelp-clone
rspec