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
- Host: GitHub
- URL: https://github.com/bencornelis/thrones_trivia
- Owner: bencornelis
- Created: 2017-09-20T02:00:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T00:03:40.000Z (almost 9 years ago)
- Last Synced: 2025-10-29T22:30:12.890Z (8 months ago)
- Topics: bootstrap, capybara, factorygirl, rails, rspec
- Language: Ruby
- Homepage: https://nameless-reaches-33379.herokuapp.com/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.