: refactor, adds mongodb connection and prototyping

This commit is contained in:
StarAppeal
2024-02-28 07:45:18 +01:00
parent 5a45da27be
commit 70a1608dbf
9 changed files with 752 additions and 49 deletions
+2 -1
View File
@@ -8,7 +8,7 @@
},
"keywords": [],
"author": "",
"license": "ISC",
"license": "MIT",
"description": "",
"dependencies": {
"@types/express": "^4.17.21",
@@ -18,6 +18,7 @@
"dotenv": "^16.4.4",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.3.0",
"typescript": "^5.3.3",
"ws": "^8.16.0"
},