This commit is contained in:
2024-07-19 18:52:14 +05:00
parent b5afd88bdd
commit 726a0924cd
35 changed files with 1093 additions and 48 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
{
"name": "client",
"name": "server",
"private": true,
"version": "0.0.0",
"type": "module",
@@ -12,6 +12,7 @@
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"mongoose": "^8.5.1",
"morgan": "^1.10.0",
"winston": "^3.13.0"
},