Skip to content

A web service solution provided to user to easily fetch the details of the movies depending on their requirement

Notifications You must be signed in to change notification settings

ShashankSinha9592/MoviesRatingsWebService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoviesRatingsWebService

movie

Modules

  • Movies
  • Ratings

Tech Stacks

  • Java
  • Spring Boot
  • MySql

Features

  • 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

Api URIs

Screenshot (208)

Instructions to use

  • 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#/

Chech the image for the reference

Screenshot (205)

About

A web service solution provided to user to easily fetch the details of the movies depending on their requirement

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages