Skip to content

REST service broker to search movies from The Movie Database (TMDb) API (.NET Implementation)

Notifications You must be signed in to change notification settings

gathindra/MovieDBSearchBroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie DB Search Broker

REST service broker to search movies from The Movie Database (TMDb) API.

Dependencies

  • .NET Core 2.1
  • VS 2017

Web front-end

You can get the code from - https://github.com/gathindra/movie-search-web-app

How to run the service

Method 1:

  • Open the solution in VS 2017
  • Start the service

Method 2

  • Open a terminal

  • cd ..\MovieDBSearchBroker\Gathi.MovieDB.Broker

  • dotnet restore

  • dotnet run

  • Service starts @ http://localhost:5000

About

REST service broker to search movies from The Movie Database (TMDb) API (.NET Implementation)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages