Premiere verison route admin operationnelle

This commit is contained in:
karim hassan
2025-08-25 12:39:54 +00:00
parent eabd0aa50f
commit 38ea5c7da0
21 changed files with 692 additions and 53 deletions

View File

@@ -1,18 +1,13 @@
{
"name": "supersunday-backend",
"name": "supersunday-api",
"version": "1.0.0",
"type": "module",
"description": "Super Sunday API (CommonJS)",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "node --watch src/index.js"
"start": "node src/index.js"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"helmet": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"pg": "^8.11.5"
"pg": "^8.12.0"
}
}
}