Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 521 Bytes

Restaurantly - a restaurant review engine

This app serves as a basic rails app to teach the rubyonrailstutor.com 10 course series.

Concepts or Technologies to become proficient with;

  • ruby, rails, object-oriented design
  • haml, coffeescript, ajax, restful http actions
  • zurb foundation
  • guard, zeus, rspec

####Feature Requirements

Restaurant

  • has a name, location
  • belongs to a user
  • may have multiple written reviews
  • may have an average score, ajax CRUD
  • may have many tags, ajax CRUD