YouTube Manager

Server application for managing YouTube content and managing a local library.

Migrations

Using migrations using the .NET CLI

Add migration (library)

dotnet ef migrations add <migration-name> --project Manager.Data --startup-project Manager.App --context Manager.Data.Contexts.LibraryDbContext

Update the database

dotnet ef database update --project Manager.Data --startup-project Manager.App --context Manager.Data.Contexts.LibraryDbContext
Description
Server application for managing YouTube content and managing a local library.
Readme 525 KiB
Languages
C# 80.7%
HTML 18%
CSS 0.9%
JavaScript 0.4%