.net and Angular web application allows customers to get the cheapest price for movies from two providers in a timely manner
Budget: $30 – $250 AUD
This is a .net core and Angular application.
There are 2 API operations available for 2 popular movie databases, cinemaworld and filmworld
/api/{cinemaworld or filmworld}/movies : This returns the movies that are available
/api/{cinemaworld or filmworld}/movie/{ID}: This returns the details of a single movie
To access this API we require an API token.
We need to build a web app to allow customers to get the cheapest price for movies from these two providers in a timely manner.
Design a solution to have a functioning app when not all of the providers are functioning at 100 %.
The code should be bug-free and production-ready, which includes unit testings.
Feel free to make and document any assumptions you have made.
The API token provided to you should not be exposed to the public.
There are 2 API operations available for 2 popular movie databases, cinemaworld and filmworld
/api/{cinemaworld or filmworld}/movies : This returns the movies that are available
/api/{cinemaworld or filmworld}/movie/{ID}: This returns the details of a single movie
To access this API we require an API token.
We need to build a web app to allow customers to get the cheapest price for movies from these two providers in a timely manner.
Design a solution to have a functioning app when not all of the providers are functioning at 100 %.
The code should be bug-free and production-ready, which includes unit testings.
Feel free to make and document any assumptions you have made.
The API token provided to you should not be exposed to the public.