adding basic user controller and model as well as updating user route

This commit is contained in:
Will Baumbach
2025-07-25 14:44:19 -05:00
parent 067ab0647b
commit 11afa68c09
7 changed files with 404 additions and 7 deletions

View File

@@ -8,9 +8,14 @@
"dependencies": {
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^17.2.1",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"morgan": "~1.9.1"
"mongodb": "^6.18.0",
"mongoose": "^8.16.4",
"morgan": "~1.9.1",
"validator": "^13.15.15",
"xss-clean": "^0.1.4"
}
}