Skip to content

A template for creating a new microservice with Clean Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core

Notifications You must be signed in to change notification settings

iongritco/CleanArchitecture-MicroserviceTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

.NET

CleanArchitecture microservice template

A template for creating a new microservice with Clean Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core

Installation and usage

Install the template:

  1. Clone this repository.
  2. Using your favourite CLI run dotnet new -i .\MicroserviceTemplate

if it was succesfully installed then you can see it in the template list under 'microservicetemplate' short name by running dotnet new -l

Use the template:

  1. Create a folder in which you want to add the new project.
  2. Run dotnet new microservicetemplate --name "NameOfYourService"

the name parameter will replace MicroserviceTemplate in the entire project structure

About

A template for creating a new microservice with Clean Architecture - DDD, CQRS, MediatR, .NET 8, Entity Framework Core

Topics

Resources

Stars

Watchers

Forks

Languages