finished backend

This commit is contained in:
2026-04-17 21:30:46 +02:00
parent 8d4c54fdef
commit 6889cf15bf
5 changed files with 952 additions and 49 deletions
+4 -1
View File
@@ -2,6 +2,7 @@
"name": "backend",
"version": "1.0.0",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
@@ -11,6 +12,8 @@
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.15.0",
"dotenv": "^17.4.2",
"express": "^5.2.1"
}
}
}