Add user POST + validation

This commit is contained in:
Kevin Puig
2025-09-27 13:04:35 -04:00
parent c39ab15694
commit 3d79c9cf4f
6 changed files with 81 additions and 2 deletions

View File

@@ -6,8 +6,10 @@
"dependencies": {
"@hono/zod-validator": "^0.7.3",
"@prisma/client": "^6.16.2",
"@scalar/hono-api-reference": "^0.9.19",
"@socket.io/bun-engine": "^0.0.3",
"hono": "^4.9.9",
"hono-openapi": "^1.0.8",
"prisma": "^6.16.2",
"socket.io": "^4.8.1"
},