This is the backend of the movies-app frontend application. It uses Java 22SE SDK with Spring/Springboot 3.3.1.
The backend makes HTTP requests to the TMDB site (https://www.themoviedb.org/)'s API to retrieve movies and display those in the movies-app frontend application.