An open API service indexing awesome lists of open source software.

https://github.com/bencornelis/thrones_trivia

Game of Thrones Trivia
https://github.com/bencornelis/thrones_trivia

bootstrap capybara factorygirl rails rspec

Last synced: 2 months ago
JSON representation

Game of Thrones Trivia

Awesome Lists containing this project

README

          

## 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`.