Triviator is an opensource, self hosted platform for,
- Create and play trivia quizes (the thing that kahoot and mentimeter do, but without paying anyone)
- Ask questions and do polls during an online meeting.
- We create a web app with two main routes,
/create
and/play
. - Creator can go to
/create
to create the quiz and generate a link/number for players/participants to join. - Players/participants can join using a link or going to
/play
. - Questions will appear for players/participants as creator click a next button.
- Scores (and correct answers) will be shown in between or in the end
Instructions for setting up project
Instructions for running
Run,
pytest tests