Initial commit: Beisel Rallye Graz Project with full documentation

This commit is contained in:
2026-06-29 12:20:12 +02:00
commit 7bdc792019
9 changed files with 2193 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "beisel-rally",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^2.2.2",
"ejs": "^6.0.1",
"express": "^5.2.1",
"sqlite3": "^6.0.1"
}
}