MongoDB connection added
Showing
This diff is collapsed.
... | @@ -7,6 +7,10 @@ | ... | @@ -7,6 +7,10 @@ |
"@testing-library/jest-dom": "^5.17.0", | "@testing-library/jest-dom": "^5.17.0", | ||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | "@testing-library/user-event": "^13.5.0", | ||
"axios": "^1.6.8", | |||
"dotenv": "^16.4.5", | |||
"express": "^4.19.2", | |||
"mongoose": "^8.3.1", | |||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.3", | "react-router-dom": "^6.22.3", | ||
... | @@ -40,5 +44,6 @@ | ... | @@ -40,5 +44,6 @@ |
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11" | "@babel/plugin-proposal-private-property-in-object": "^7.21.11" | ||
} | }, | ||
"proxy": "http://localhost:5000" | |||
} | } |
src/.env
0 → 100644
src/server.js
0 → 100644
Please register or sign in to comment