Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 353 Bytes

Thrones Trivia

Game of Thrones quote trivia app. Multiple choice questions for matching character to quote.

https://nameless-reaches-33379.herokuapp.com/

Setup

To get started run:

  • bundle
  • rake db:create
  • rake db:migrate

To run the tests:

  • rake db:test:prepare
  • rspec

To seed the database with questions, run rake db:seed.