implemented backend

This commit is contained in:
2025-12-19 19:23:47 +03:00
commit ffae7a9f5c
4 changed files with 1144 additions and 0 deletions

17
backend/package.json Normal file
View File

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