Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 414 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 414 Bytes

Pick-movies-for-maximum-profit

Design a REST API where the actor can submit the data containing the list of movies with movie name, start date and end date and the API should return the total amount that he can make along with the final list of movies to select.

Step to run this application :

Test the REST API by passing the movie.json data via any API testing tool such as Advanced Rest client or Postman.