Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 270 Bytes

Pom De Couch

Hackathon project for NBC Universal hackathon in London in 2015.

PomDeCouch loads movie meta data and uses a tinder-style interface to rate or watch said movies.

To run:

bundle install
rake db:create && rake db:migrate && rake db:seed
rails s