created(logger) I've added winston as logger

This commit is contained in:
Yusuf İpek
2021-07-25 09:57:20 +03:00
parent f163269b9e
commit 45b722be38
5 changed files with 427 additions and 14 deletions
+3 -1
View File
@@ -3,7 +3,9 @@
"express": "^4.17.1",
"joi": "^17.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.13.3"
"mongoose": "^5.13.3",
"winston": "^3.3.3",
"winston-mongodb": "^5.0.7"
},
"devDependencies": {
"jest": "^27.0.6",