MySQL connection and API service
Showing
... | @@ -8,9 +8,11 @@ | ... | @@ -8,9 +8,11 @@ |
"@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", | "axios": "^1.6.8", | ||
"cors": "^2.8.5", | |||
"dotenv": "^16.4.5", | "dotenv": "^16.4.5", | ||
"express": "^4.19.2", | "express": "^4.19.2", | ||
"mongoose": "^8.3.1", | "mongoose": "^8.3.1", | ||
"mysql": "^2.18.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", | ||
... | ... |
server/index.js
0 → 100644
src/api/api.js
0 → 100644
src/server.js
deleted
100644 → 0
Please register or sign in to comment