Initial: Quizalarm Quiz-Plattform

This commit is contained in:
2026-04-15 21:55:03 +02:00
commit 08b606d5b2
15 changed files with 2345 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "quizalarm",
"version": "1.0.0",
"description": "Hybrid-Quiz-Plattform mit Baserow-Backend",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js"
},
"dependencies": {
"express": "^4.21.0",
"ws": "^8.18.0"
}
}