@engineertalkswithbushan

Download the source code from the below link
https://topmate.io/scbushan05/1517072

@simanchalagamer4562

These are one of the unique projects I found in the internet.As there are very less projects like these with Springboot.Glad to find this tutorial πŸ’« 
Carry On Brother 🀟🏻

@davidwaziri333

this content is great and awesome, been looking for registration, login and forgot password using react and spring but today I found. Thank you

@NITianSaurabh83

very helpfull  video , love this

@NatTecnologiaEFinancas

These latest videos are insanely good. Congratulations on your dedication and excellent work. You’re definitely already reaping the rewards. Wishing you continued success!

@rohitpatra127

Great project bro. Please bring more such projects with microservices and deployment of both frontend and backend. Also one suggestion, please explain the concepts and steps while coding. you are just writing the code. if you explain the steps and concepts it will be very beneficial bro. keep going...great content πŸ˜‡

@chandramanigupta6997

Great going. Please add docker and kubernetes as well.

@Gmr1922

Some of you might face an issue with corsFilter() method. When you pass the parameter method onto the CorsFilter there will be an error as the CorsFilter expects no parameters. This might happen to some of you as by default IntelliJ will import the wrong package 

Replace the wrong package: 
import org.apache.catalina.filters.CorsFilter; 

By the correct one:
import org.springframework.web.filter.CorsFilter;

@davidwaziri333

Sir, my problem is I want a registration, login and forgot password for user and admin, so that admin should only see admin page like wise with user, pls get back to me sir. Thank you for the tutorial

@smz3182

Please fix the Exception:
Original:  500 INTERNAL_SERVER_ERROR "Invalid OTP" 

But got in postman:  
{
  "authenticated": false,
  "message": "User is not authenticated"
}
>> Please resolved it or Make a video on it

@anupamaherath4983

sir i have a problem where when i just tried to test other validations by entering the body without email or something instead of the  validation error i always get User Is Not Authenticated message
The happy path is working where when we give everything correctly the endpoints work as expected but why the validation errors are overrided by athentication error

@santhoshdevathi422

Sir I stuck in the beginning only.
When I send request to register with name, email and password
It is showing error 
-status": 500,
-"error": "Internal Server Error",
-message": "could not deserialize",
in the api tester.

And I am getting this error in eclipse
"java.io.StreamCorruptedException: invalid stream header: 32303235"

I followed exactly how you taught.
Please help me in solving this issue sir.

@allinonebymanoj3150

Video editing bahut jyada hai iss project main or explain bahut km hai kissi bhi topic ka 😒

@smz3182

Sir, which theme u are 27:34 using in intellij

@nileshkale2119

Can I learn only react as a frontend if I am doing java full stack ? I am very less interested in frontend. I like java and springboot

@mdabdurrakib6965

Thanks a lot ❀

@SUMITKUMAR-vf4dl

I m a final year student , I want to make a major project by using springboot, react with mysql. So please make a good project......please pleaseπŸ™πŸ™

@TrinhHieuPhiK18HCM

great video sir, but how can i get the src code, i get blocked when i access topmate website (i don't understand why, this is my first time accessing this site...)

@smz3182

2:17:22 please fix this 😒 error

@sharonshary

Could you please do a few react js tutorials..
As a backend developers wish to learn react js...