Add MongoDB integration and configure Docker container to publish app on port 8084

This commit is contained in:
2026-08-09 18:44:24 +00:00
parent 7675df4ba1
commit e3a6690c30
6 changed files with 1298 additions and 80 deletions
+2 -1
View File
@@ -10,6 +10,7 @@
"cors": "^2.8.5",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.5",
"mariadb": "^3.4.0"
"mariadb": "^3.4.0",
"mongodb": "^6.8.0"
}
}