Prepojenie na externu DB, projekt-zakazky

This commit is contained in:
2026-02-03 11:20:17 +01:00
parent e4f63a135e
commit cbdd952bc1
37 changed files with 2641 additions and 149 deletions

View File

@@ -34,6 +34,8 @@
"helmet": "^8.1.0",
"jsonwebtoken": "^9.0.3",
"morgan": "^1.10.0",
"multer": "^2.0.2",
"pg": "^8.18.0",
"prisma": "^5.22.0",
"uuid": "^13.0.0",
"zod": "^4.3.6"
@@ -44,7 +46,9 @@
"@types/express": "^5.0.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/morgan": "^1.9.10",
"@types/multer": "^2.0.0",
"@types/node": "^25.2.0",
"@types/pg": "^8.16.0",
"@types/uuid": "^10.0.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",