Skip to content

jeppevammenkristensen/funwithLiteDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}