keyword in movie title or description ● checkout a movie for a particular customer ● return a movie for a particular customer ● display the checkout history for a particular customer ● keep track of the number of available copies and only allow customers to checkout a movie when there are copies available ● use REST API to retrieve a movie by title ● use REST API to retrieve checkout history by customerId Your project should demonstrate the successful implementation of the following knowledge: ● entity class design ● database table structure and relationships ● system setup (Maven dependencies, disp
Please show the input including all of the files including pom.xml, or any other file that was created. Create a movie checkout system: Your system should be able to: ● switch between different customers (customers can be hard coded in the
Step by step
Solved in 3 steps