initial commit

This commit is contained in:
2026-05-25 21:28:57 +02:00
parent da17a370c4
commit ecaa160826
26 changed files with 4904 additions and 2 deletions
View File
+14
View File
@@ -0,0 +1,14 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}
View File