The Back End
This is the final Java Web poject of the semester
My website suposed to be a user Game Library, where a user can review any game from the website. There is no registrations so all the users are made with POST request or the H2-console.
my project uses Spring Boot with java corretto version 17.
it has 3 controllers, 3 entites, 1 exception, 3 repositories, 3 requests, 3 responses and 3 services
If you want to run the project, you need do download Node module , start my backend project by using Intellij with the port 8081.
Here is my Front end : https://github.com/orell2j/FrontEnd_FinalProject
In general, to make API was a struggle, I didn't finish my project.
Design is badly made, only one page works, but it supposed to be simple since it is following the REST infrastructure
I feel bad because I didn't really followed it
/api/1/reviews
/api/2/reviews
/api/Users
/api/Users/1
/api/Users/2







