Open SpringBoardMentor114 opened 6 months ago
Learned about
Learned about the HttpRequests concept and started with the implementation of sending the HttpRequest to the backend for the integration .
Implemented the code for integration. Issues with the validation part .
Still working on the errors .
Solved the issue , all issues resolved !!!
You need not have to get the response from network tab, you will get it in your code in the error response.
You need not have to get the response from network tab, you will get it in your code in the error response.
Ok I will try
services logic done. Just push the code, now need to make a pull request I will do pull by tomorrow .
Done with the reactive forms .. facing some minor errors .. working on it ..
Completed with the task and created pull request for the same .
Integrate Front end and Backend for Registration Form
Send an http.post request with User object as below. http://localhost:8080/spendwise/register/users
user object sample: { "firstName": "Kunal", "lastName": "Dhondge", "email": "kunal@gmail.com", "password": "kunal123" }
if the response has id, then consider as successful and display message as "Registration Successful"
if the request fails, then display error message as "Registration failed: User already registered with this email ID, please try with a different email ID"