An effective service to find and reserve movies. Runs on JAVA 17 and implements MariaDB, JPA and SpringBoot 3.2. Using JWT, user can sign in, login and logout of the service. In main page, the user can find movies that are shown on cinema. Then reservations can be found and made with with requested movie title, cinema name, cinema type, date and time. Reservations made by the user can always be updated and deleted. In my page, the user can find information about the reservations that the user made and the information about the user himself. Updating user information is also possible. Additionally, the user can make, find, update and delete reviews about the movie with score ranging from 1to 10 and a short comment.
GitHub - sc-project2-MovieReservation/MovieReservation-BE: Backend Repository for movie reservation