-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |