This Template will create dotnet project with Clean Architecture Design
- Clean Architecture Design
- Swagger with versioning
- Multi Tenancy
- MediatR
- Entity Framework Core
- PostgreSql
- Install Visual studio 2022
- Install .net 6 sdk
- Close All Visual Studio (if Opened)
- Download & Install ExTemplateApi.vsix
- Open Visual Studio 2022
- New Project
- Search ExTemplateApi
- Choose the template
- Create Project
- Download ExTemplate.zip file
- Place ExTemplate.zip file to Folder %USERPROFILE%\Documents\Visual Studio 2022\Templates\ProjectTemplates
- Open Visual Studio 2022
- New Project
- Search ExTemplate
- Choose the template
- Create Project
- Api -> Presentation Layer
- Domain -> Domain Layer
- Application -> Application Layer
- Infrastructure -> Infrastructure Layer