Home /
Expert Answers /
Computer Science /
design-the-services-that-explained-below-services-api-movies-movie-save-a-service-that-adds-a-pa750
(Solved):
Design the services that explained below: Services - /api/movies/movie/save: A service that adds a ...
Design the services that explained below: Services - /api/movies/movie/save: A service that adds a movie to the service - /api/movies/movie/count: A service that responses the count of all movies - /api/movies/movies/find/sdate/month?m=3: A service that responses the movies for specified month as parameter "m". - /api/movies/movie/find/sdate/year?y=2020: A service that responses the movies for specified year as parameter " y ". - /api/movies/movie/find/sdate/my?month=3\&year=2020:A service that responses the movies for specified month as parameter "m" and specified year as parameter " y ". - /api/movies/movie/find/director?id=1: A service that responses the movies of a director with the specified id - /api/directors/director/find/movie?id=1: A service that responses the directors of a movie with the specified id - /api/directors/directors/save: A service that adds a director to the servic TODO: - Design the database - Design the service applications - If you design multiple applications or not for the system, explaibn why? - Explain all in details