Add complete dockerized amigos app with React frontend and MongoDB backend

This commit is contained in:
2025-09-06 16:58:08 -06:00
commit 8fe57cfa47
20 changed files with 4919 additions and 0 deletions

18
backend/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"mongodb": "^6.19.0"
}
}