Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 435 Bytes

Simple DVD/Bluray database

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

  1. Navigating to the App folder in your command prompt
  2. Ensure that dotnet restore has been called
  3. Call dotnet user-secrets set MovieDbApiKey {your api key}