Template for microservice project/solution created using clean architecture
- Clone repository
- Go to
net-microservice-template
directory - Run command:
dotnet new install .
- Open Visual Studio and clicl
Create a new project
- Choose
Microservice Template for .NET
and click next...
NOTE: Check the
Place solution and project in the same directory
option while creating a project.