initial commit

This commit is contained in:
2026-01-27 19:47:41 +01:00
parent ca2dbe5a21
commit a1cd4191a5
6 changed files with 899 additions and 1 deletions

16
backend/package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.2.1"
}
}