- ReactJS version: v16.8
- Ruby version: ruby 2.6.2p47 (2019-03-13 revision 67232)
- Rails version: Rails 5.2.3
- Database: PostgreSQL 11
- Messaging: JSON Web Tokens & Action Cable
- Style: SCSS
- Hosted: Heroku
Multiple player quiz game. Players use a group pin to join a game and answer multiple choice questions from their computer. Get It Out Here: (https://kahoot.com/)
- Download accompanying backend from https://github.com/jamaspy/kahootz_server
cd
inkahootz_server
bundle install
to setup required gemsrails db:create
to create your local database (Postgresql is required)rails db:migrate
rails db:seed
to generate the quizzes in your local database (This could take a while)rails s
to start the server onlocalhost:3000
cd in
kahootz_client`npm install
to initialise the appnpm start
andY
to chose to start the server on a different portlocalhost:3001
- Your broswer will open up to the Join Game screen as a User.
- Navigate to
localhost:3001/login
orlocalhost:3001/signup
and signup