refont back express

This commit is contained in:
jleroy
2025-03-11 10:29:18 +01:00
parent f944b99172
commit 4e41294eee
18 changed files with 507 additions and 9 deletions

24
backend/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "api_eni_angular",
"version": "1.0.0",
"type": "module",
"description": "API ENI Angular",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"author": "Johan Leroy",
"license": "ISC",
"dependencies": {
"bcryptjs": "^3.0.2",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mariadb": "^3.4.0",
"multer": "^1.4.5-lts.1",
"url": "^0.11.4",
"uuid": "^11.1.0"
}
}