Initial commit

This commit is contained in:
liyaqath
2026-07-02 16:04:26 +05:30
parent bcb937dd26
commit 3179e3d331
100 changed files with 3306 additions and 160 deletions
+4 -1
View File
@@ -23,12 +23,15 @@
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^9.0.3",
"pg": "^8.13.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.5",
"socket.io": "^4.8.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
"swagger-ui-express": "^5.0.1",
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"nodemon": "^3.1.9",