vertical-slice-architecture-template
Vertical Slice Architecture Template for .NET 10
File Explorer
Download Latest Version (.zip)- FUNDING.yml
- ICommand.cs
- ICommandHandler.cs
- IQuery.cs
- IQueryHandler.cs
- Error.cs
- Result.cs
- ResultT.cs
- LoggingBehavior.cs
- ValidationBehavior.cs
- ApplicationDbContext.cs
- Product.cs
- GlobalExceptionHandler.cs
- DatabaseExtensions.cs
- HealthChecksExtensions.cs
- MediatRExtensions.cs
- ResultExtensions.cs
- CreateProductEndpoint.cs
- CreateProductHandler.cs
- DeleteProductEndpoint.cs
- DeleteProductHandler.cs
- GetProductByIdEndpoint.cs
- GetProductByIdHandler.cs
- GetProductsEndpoint.cs
- GetProductsHandler.cs
- UpdateProductEndpoint.cs
- UpdateProductHandler.cs
- ProductErrors.cs
- 20241004002300_Initial.cs
- 20241004002300_Initial.Designer.cs
- ApplicationDbContextModelSnapshot.cs
- launchSettings.json
- appsettings.Development.json
- appsettings.json
- GlobalUsing.cs
- Program.cs
- VSATemplate.csproj
- VSATemplate.http
- VSATemplate.Tests.csproj
- .gitattributes
- .gitignore
- LICENSE.txt
- README.md
- VSATemplate.sln
- VSATemplate.slnx
# Installation Guide
1. Get the code
git clone https://github.com/poorna-soysa/vertical-slice-architecture-template
Downloads the entire project code from GitHub to your computer.
cd vertical-slice-architecture-template
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
