added backendV2

This commit is contained in:
2025-11-02 16:55:16 +01:00
parent f49da68e15
commit 2f37ae8067
14 changed files with 1756 additions and 0 deletions

22
backendV2/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "backendv2",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"jose": "^6.0.12",
"mysql2": "^3.14.3",
"nodemailer": "^7.0.6"
}
}