SpringBoardMentor114 / SpendWise

MIT License
2 stars 1 forks source link

Login Form: FrontEnd and BackEnd Integration #21

Open SpringBoardMentor114 opened 5 months ago

SpringBoardMentor114 commented 5 months ago

Acceptance Criteria:

  1. Once a user logins from frontend, the request (emailID and password) should be received at backend.
  2. Check if the request is received at the backend and response is accepted at the frontend.
  3. If Login is successful, route to the Home page.
  4. If Login is not successful, show the relevant error message.
GunaSuryaKumar commented 5 months ago

Sorry for the late updates . On 27 April 2024 Running the java application in backend . Working with postman Installation of MySQL extension in github

GunaSuryaKumar commented 5 months ago

On 28th April concept of HttpRequests of sending the HttpRequest to the backend for the integration Taught by Harsh .

GunaSuryaKumar commented 5 months ago

Facing implementation issues with validation part and 404 error , trying to resolve on progress .

GunaSuryaKumar commented 5 months ago

Updating html form fields to check is there any error from there , because error is occurring on that specific part . Checking the errors in validation.

GunaSuryaKumar commented 5 months ago

May 1 We are still working on errors

OmTamrakar914 commented 5 months ago

Typsript file error is resolved , working on the api link to connect the functionality to the backend

OmTamrakar914 commented 4 months ago

trying to fix the error occuring due to home component and working on the integretion.

OmTamrakar914 commented 4 months ago

Still working on the home component error and posting the request to backend

OmTamrakar914 commented 4 months ago

Login component is successfully integrated with the backend , the post request to the backend is working properly.