Blazor Music Store This is a sample Blazor app(server) with Web API (.net Core) and Repository Pattern Just to try out Blazor
Initialization • Set MusicStoreBe as your startup Project • Update Connection string • In Package Manager Console, select MusicStoreDataStore as project • Run Migrations (update Database)
Starting the Application • Set multiple startup project (MusicStoreBE,BlazorApp) • Run the Project