add register and login endpoints

This commit is contained in:
StarAppeal
2024-12-02 20:36:46 +01:00
parent 7ce0e853e7
commit 10a7c37fa9
8 changed files with 1068 additions and 20 deletions
+2
View File
@@ -14,11 +14,13 @@
"license": "MIT",
"description": "",
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^4.17.21",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.19",
"@types/ws": "^8.5.10",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"express": "5.0.0",