initilisation api (suite)

This commit is contained in:
helori_ollivier
2026-04-24 22:39:11 +02:00
parent 3c001d2623
commit 6813dd23e1
6 changed files with 365 additions and 11 deletions
+5 -2
View File
@@ -3,15 +3,18 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node index.js"
},
"dependencies": {
"body-parser": "^2.2.2",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^17.4.2",
"express": "^4.22.1",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"morgan": "^1.10.1"
"morgan": "^1.10.1",
"mysql2": "^3.22.2",
"sequelize": "^6.37.8"
}
}