Add backend setup with Docker, Express, and error handling page

This commit is contained in:
2025-09-25 13:52:10 +02:00
parent 6eb40bb0ef
commit 77d51fd243
6 changed files with 207 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.10",
"express": "^5.1.0"
}
}