Added node app for making API call
Showing
| ... | @@ -11,7 +11,11 @@ | ... | @@ -11,7 +11,11 @@ |
| "@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.2", | |||
| "body-parser": "^1.20.2", | |||
| "bootstrap": "^5.3.2", | "bootstrap": "^5.3.2", | ||
| "cors": "^2.8.5", | |||
| "express": "^4.18.2", | |||
| "react": "^18.2.0", | "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
| "react-redux": "^8.1.3", | "react-redux": "^8.1.3", | ||
| ... | ... |
src/server.js
0 → 100644
Please register or sign in to comment