feat: complete day 6

This commit is contained in:
Ayobami
2025-07-14 21:52:29 +01:00
parent 61d9872bab
commit f87c93e85c
9 changed files with 246 additions and 73 deletions
+4 -1
View File
@@ -3,9 +3,11 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
"start": "node ./bin/www",
"dev": "node --watch --env-file=.env ./bin/www"
},
"dependencies": {
"axios": "^1.10.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
@@ -14,6 +16,7 @@
"jade": "~1.11.0",
"morgan": "~1.9.1",
"mysql2": "^2.3.3",
"node-cron": "^4.2.1",
"sequelize": "^6.15.1"
}
}