added scheme and added packages to backend

This commit is contained in:
2026-05-26 11:38:44 +02:00
parent ecaa160826
commit ac9679ab27
5 changed files with 1164 additions and 2 deletions
+9 -2
View File
@@ -10,5 +10,12 @@
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}
"type": "commonjs",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"mysql2": "^3.16.0"
}
}