REST service broker to search movies from The Movie Database (TMDb) API.
- The Movie DB search API -- https://developers.themoviedb.org/3/search/search-movies
- .NET Core 2.1
- VS 2017
You can get the code from - https://github.com/gathindra/movie-search-web-app
- Open the solution in VS 2017
- Start the service
-
Open a terminal
-
cd ..\MovieDBSearchBroker\Gathi.MovieDB.Broker
-
dotnet restore
-
dotnet run
-
Service starts @ http://localhost:5000