/aspnetcore-mediatr

ASP.NET Core app with Mediator Pattern, using MediatR

Primary LanguageC#

Asp.Net Core/EF Core app with Mediator Pattern.

Technologies
  • .NET Core 3.1
  • ASP .NET Core 3.1
  • Entity Framework Core 3.1
  • Mediatr
  • Sql Server
Getting Started
  1. Navigate to Blip.Web Folder.
  2. Run dotnet ef database update, which will create a BlogDb Database.
  3. Run the app
  4. Go to Swagger url (https://localhost:[port]/swagger) to execute the actions.