Skip to content

elinnet/yelp_clone_review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Yelp clone application. Week 8 project at Makers Academy

A Yelp clone that lets users view reviewed restaurants and create/edit new restaurant listings.

##Technologies used:

  • Ruby On Rails (full stack, Web application framework)
  • Tested using RSpec (provides a behaviour driven development framework for the language, allowing to write application scenarios and test them.)
  • Shoulda (Ruby gem for testing)
  • Devise (Ruby gem which handles building a user model, routes for your users controller
  • Poltergeist (headless browser for Capybara based on PhantomJS (scripted, headless browser used for automating web page interaction; provides a JavaScript API enabling automated navigation, screenshots, user behavior and assertions making it a common tool used to run browser-based unit tests in a headless system like a continuous integration environment))

How to run it

How to test it

cd yelp_clone_review bundle install rspec

Further features/functions to add:

  • CSS styling
  • OmniAuth (authentication system which handles 'Log in with Facebook' feature)
  • Paperclip and Amazon Web Services feature for upload of photos

About

Week 8 - Makers Academy. Clone of Yelp review site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published