/legendary-octo-palm-trees

Create and join trivia squads!

Primary LanguageRuby

Trivia Squad Pro

Create and join trivia squads.

Setup

  1. Clone the repository to your local machine
  2. Run bundle install
  3. Start the Server with rails s
  4. In your browser navigate to http://localhost:3000/teams

Domain

Team -< TriviaSquad >- Player

Schema

Team

  • :name string
  • :max_member_count integer
  • :slogan string
  • :winning_note string
  • :losing_note string
  • :trivia_nights_won integer
  • :recruiting boolean

TriviaSquad

  • :team_id integer FK
  • :player_id integer FK

Player

  • :name string
  • :nickname string
  • :expertise string
  • :catchphrase string