This commit is contained in:
2025-01-22 12:25:18 +02:00
commit 2a434fa84b
55 changed files with 56968 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "simple-web-app",
"version": "1.0.0",
"description": "A simple web app for collecting responses through a quiz and storing results.",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"axios": "^1.7.9",
"body-parser": "^1.19.0",
"express": "^4.17.1"
},
"author": "",
"license": "ISC"
}