Skip to content

vukovinski/videoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

videoapp

Website with movie trailer search engine.

Uses and aggregates data from IMDB and Youtube to provide a web API for searching for movie trailers.

how to build (and run)

prerequisites

You should have .NET 5 SDK installed. You can get it here.

building and running

cd src\videoapp.api
dotnet restore
dotnet build

then, you could type:

dotnet run

navigate to:

https://localhost:5001/

or browse API definition

https://localhost:5001/swagger/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published