Add database integration, auth API, admin/user portals, and deploy-db.sh

This commit is contained in:
2026-06-27 16:40:58 -05:00
parent 26559d4cf8
commit cc59177a74
25 changed files with 1423 additions and 118 deletions
+5
View File
@@ -10,12 +10,17 @@
},
"dependencies": {
"@chenglou/pretext": "^0.0.8",
"bcryptjs": "^2.4.3",
"jose": "^5.6.3",
"next": "14.2.28",
"pg": "^8.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20.17.30",
"@types/pg": "^8.11.6",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"typescript": "^5.4.5"