- Movies
- Ratings
- Java
- Spring Boot
- MySql
- Validations
- Add movies and give ratings to the movies
- Get movies in sorted format according to field in descending or ascending depending and greater than average rating depending on user input
- Get top 10 top rated movies
- Get Movies details by the group of genres and sub-totalvotes
- Update the rintime minutes of the movies
Project demonstration video : https://drive.google.com/file/d/1QMoXa0ZTBGJ5hjegMSgGAWUx2rBPU1rX/view?usp=share_link
Url : http://localhost:8081/
- Clone this repo.
- Open the file and go to src/main/java/resources/application.yml
- change the password according to your database password
- Open mysql and run this command : create database MoviesRatings;
- Now run the application and paste this url in the browser : http://localhost:8081/swagger-ui/index.html#/