Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connect React Frontend with Java Spring Boot Backend #88

Open
ajaynegi45 opened this issue Sep 29, 2024 · 2 comments
Open

Connect React Frontend with Java Spring Boot Backend #88

ajaynegi45 opened this issue Sep 29, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest-accepted status: ready for dev You can asked for this issue to be assigned (if not already assigned)

Comments

@ajaynegi45
Copy link
Owner

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:

  1. 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.
  2. 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.
  3. Integration:

    • Test the API connection between frontend and backend.
    • Ensure proper handling of errors and timeouts on both frontend and backend.
@ajaynegi45 ajaynegi45 added enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest-accepted status: ready for dev You can asked for this issue to be assigned (if not already assigned) labels Sep 29, 2024
@Aelderian
Copy link

Hi, can I work on this issue?

@ajaynegi45
Copy link
Owner Author

Hi, can I work on this issue?

Hi @Aelderian,

Thank you for expressing your interest in working on the issue. I'm delighted to inform you that I have assigned this issue to you. Your willingness to contribute to our project is much appreciated.

Feel free to start working, and if you have any questions or need assistance during the process, please don't hesitate to reach out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest Hacktoberfest-accepted status: ready for dev You can asked for this issue to be assigned (if not already assigned)
Projects
None yet
Development

No branches or pull requests

2 participants