Skip to content

Commit

Permalink
[#7] feat: add dependencies for logging, validation and mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
glemenneo committed Sep 18, 2024
1 parent df8556c commit 45dcdaa
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 6 deletions.
5 changes: 4 additions & 1 deletion backend/user-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@
"license": "MIT",
"description": "",
"dependencies": {
"class-validator": "^0.14.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"helmet": "^7.1.0"
"helmet": "^7.1.0",
"mongoose": "^8.6.3",
"winston": "^3.14.2"
},
"devDependencies": {
"@types/cors": "^2.8.17",
Expand Down
Loading

0 comments on commit 45dcdaa

Please sign in to comment.