added project structure

This commit is contained in:
2025-07-21 13:41:42 +02:00
commit 22b358f543
6 changed files with 842 additions and 0 deletions

15
backend/package.json Normal file
View File

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