Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-k authored May 17, 2023
1 parent e1e5df9 commit d1e13a5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# pub-quiz-nodejs

This is a fun project for me to learn NodeJs.

The premise of this software is a backend website where pub-quizes can be managed:
- There's an API point for participants to send their answers
- There are multiple API points for the quiz manager to administrate the quiz
- Delete all data (i.e. before starting a new quiz)
- Mark answers as right / wrong
- Get a summary of a quiz: which teams scored what

## don't actually use this idea
If nothing else, allowing internet usage to your pub-quiz participants will make it very easy to cheat.
It's also taking away some of the fun of playing in a social setting.

#### This is only meant for me to learn NodeJS, nothing more.

0 comments on commit d1e13a5

Please sign in to comment.