feat: add postgres config and migration route

This commit is contained in:
2026-03-16 07:20:08 -03:00
parent cf90973671
commit ede8c21c8d
5 changed files with 237 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
"mongoose": "^9.1.5",
"multer": "^2.0.2",
"pdf-parse": "^1.1.1",
"pg": "^8.20.0",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
@@ -52,6 +53,7 @@
"@types/jsonwebtoken": "^9.0.10",
"@types/multer": "^2.0.0",
"@types/node": "^24.10.1",
"@types/pg": "^8.18.0",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vercel/node": "^5.5.28",