feature: Adds user creation endpoint.

This commit is contained in:
greysoh 2024-04-17 15:39:29 -04:00
parent 6d0fc93138
commit 35e23357ef
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
10 changed files with 197 additions and 4 deletions

View file

@ -14,6 +14,7 @@
"author": "greysoh",
"license": "BSD-3-Clause",
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.12.7",
"nodemon": "^3.0.3",
"prisma": "^5.12.1",