Skip to content

A playground for experimenting projects with a Clean Architecture - DDD, CQRS, MediatR, Blazor, .NET 8

Notifications You must be signed in to change notification settings

iongritco/CleanArchitecture

Repository files navigation

.NET

CleanArchitecture

A playground for experimenting projects with a Clean Architecture - DDD, CQRS, MediatR, Blazor, .NET 8, Entity Framework Core

Setup

  • To get started, just create the database TodoData and update the connection string in appsettings (both in ToDoApp.Server.REST and in ToDoApp.Server.GRPC) - the migration will be executed automatically on the first run.
  • Set as startup the ToDoApp.Server.REST, ToDoApp.Server.GRPC and ToDoApp.Client.Blazor projects.

About

A playground for experimenting projects with a Clean Architecture - DDD, CQRS, MediatR, Blazor, .NET 8

Topics

Resources

Stars

Watchers

Forks