added js backend

This commit is contained in:
2026-02-23 22:47:28 +01:00
parent 8a528d46ed
commit 3e0054a0b9
9 changed files with 904 additions and 5 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"
}
}