Requirements: Dotnet Core 2
A selfeducational project using LiteDb and MediatR. If you want to use the TheMovieDb functionality, you need to get an apikey from https://www.themoviedb.org/ and add it as secret to app. That can bed done by
- Navigating to the App folder in your command prompt
- Ensure that dotnet restore has been called
- Call dotnet user-secrets set MovieDbApiKey {your api key}