A service that allows users to search for and get recommendations for movies based on their preferences.
Version 1.0 features:
- Search for movies by title.
- Display movie details, including:
- Movie poster
- Year of release
- Movie rating
- List of genres
- Movie Search: Users can search for movies by providing a title.
- Movie Information: Get detailed information about each movie, such as:
- Movie poster for visual reference.
- Year the movie was released.
- Movie rating to assess popularity and quality.
- A list of associated genres to explore similar content.
- Movie overview
- Top 10 movies of the week: Display the top 10 trending movies on main page.
- Set up a database to save users
- Add user reristration/login
- Create recommendation logic
- Improove recommendation algorithm
- Backend: Java 21 (Spring Framework)
- Frontend: HTML, CSS
- API: External movie database API (TMDb) for retrieving movie details.
- Build Tools: Maven
