-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Hacktoberfest-acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfeststatus: ready for devYou can asked for this issue to be assigned (if not already assigned)You can asked for this issue to be assigned (if not already assigned)
Description
Description:
Integrate the React frontend with the Java Spring Boot backend to ensure seamless data flow and communication between the two layers. This involves setting up API calls in the frontend, configuring CORS if necessary, and ensuring both services are properly communicating.
Tasks:
-
Frontend:
- Set up API calls using Axios or Fetch for the following endpoints:
- Handle request/response cycles (display loading states, error handling).
- Update the frontend UI as per the responses from the backend.
-
Backend:
- Configure CORS in Spring Boot to allow frontend requests if they are hosted on a different domain or port.
- Ensure that the required endpoints (
GET,POST, etc.) are properly set up and return the correct responses.
-
Integration:
- Test the API connection between frontend and backend.
- Ensure proper handling of errors and timeouts on both frontend and backend.
Metadata
Metadata
Assignees
Labels
Hacktoberfest-acceptedenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfeststatus: ready for devYou can asked for this issue to be assigned (if not already assigned)You can asked for this issue to be assigned (if not already assigned)