README.template.md
Welcome to your new project generated with the Clean Architecture template!
dotnet build
dotnet run --project src/Your.ProjectName.Web
dotnet ef database update -c AppDbContext -p src/Your.ProjectName.Infrastructure/Your.ProjectName.Infrastructure.csproj -s src/Your.ProjectName.Web/Your.ProjectName.Web.csproj
For more details, see the documentation or visit the Clean Architecture Template repository.