Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 259 Bytes

Challenge

Write a web app which queries this database for restaurants, books and clothes. Please write a model object which transforms the sql row into a ruby model. Then render this to a webpage

Set up

  • bundle
  • rake setup
  • rake seed_db
  • rackup