SSW.VerticalSliceArchitecture

(β˜… 393)

An enterprise ready solution template for Vertical Slice Architecture. This template is just one way to apply the Vertical Slice Architecture.

  • .editorconfig
  • .gitignore
  • .log4brains.yml
  • AGENTS.md
  • aspire.config.json
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • CONTEXT.md
  • CONTRIBUTING.md
  • Directory.Build.props
  • Directory.Packages.props
  • global.json
  • LICENSE
  • README.md
  • SECURITY.md
  • SSW.VerticalSliceArchitecture.slnx
  • VerticalSliceArchitecture.nuspec

# Installation Guide

1. Get the code
git clone https://github.com/SSWConsulting/SSW.VerticalSliceArchitecture

Downloads the entire project code from GitHub to your computer.

cd SSW.VerticalSliceArchitecture

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet tool restore

Type this command into your terminal and run it.

dotnet new install SSW.VerticalSliceArchitecture.Template

Type this command into your terminal and run it.

dotnet new ssw-vsa

Type this command into your terminal and run it.

dotnet new ssw-vsa --name {{SolutionName}}

Type this command into your terminal and run it.

dotnet ef migrations add AddPerson --project src/WebApi/WebApi.csproj --startup-project src/WebApi/WebApi.csproj --output-dir Common/Persistence/Migrations

Type this command into your terminal and run it.

βœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation