HTTP Status 400 – Bad Request
I am following up on a Full Stack Development Course provided by freeCodeCamp right here. Everything works just fine when I created a MovieController (Java class), MovieRepository (Java interface), and MovieService (Java class). I also connect succesfully my MongoDB into this project through instruction from the video as well. Here is the following code for 3 of the files above: