Working Prototype

This commit is contained in:
blaisadmin
2026-03-26 00:24:33 -04:00
parent 04c74de25a
commit 4cdfaa822e
9 changed files with 2760 additions and 1051 deletions
+4
View File
@@ -10,6 +10,8 @@
"start": "node dist/app.js"
},
"dependencies": {
"axios": "1.6.2",
"bcryptjs": "2.4.3",
"cors": "2.8.5",
"dotenv": "16.4.5",
"express": "4.18.2",
@@ -19,10 +21,12 @@
"pg": "8.11.3"
},
"devDependencies": {
"@types/bcryptjs": "2.4.6",
"@types/cors": "2.8.17",
"@types/express": "4.17.21",
"@types/morgan": "1.9.9",
"@types/node": "20.10.6",
"@types/pg": "8.10.9",
"tsx": "4.7.0",
"typescript": "5.3.3"
}