added backend files

This commit is contained in:
2026-01-27 19:59:13 +01:00
parent a1cd4191a5
commit a551bf6f6f
5 changed files with 263 additions and 4 deletions

View File

@@ -11,6 +11,12 @@
"license": "ISC",
"description": "",
"dependencies": {
"express": "^5.2.1"
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"ejs": "^3.1.10",
"express": "^5.1.1",
"jose": "^6.0.12",
"mysql2": "^3.14.3",
"nodemailer": "^7.0.6"
}
}
}