Problem Domain You are required to develop an API through which users can access information about TV Shows.

computer science

Description

Problem Domain You are required to develop an API through which users can access information about TV Shows. 

 A User can access information about all TV shows made public by the administrator. 

 An Administrator has all the same rights as a user but can add new TV shows, seasons, and episodes and edit this information. 

 TV Show has many seasons, which have many episodes. A TV show/session also has a name, a start and end date, and many cast members. Users will be able to do the following: 

● Retrieve– the list of all TV shows available via the RESTful API app 


● Search the API using show name, actor name, start date Administrators will be able to do the following: 

 Add new TV shows, seasons, and episodes 

 Edit show/season/episode information


Related Questions in computer science category