Cloud Native - Clean Architecture template, for ASP.NET 9 Web API, powered by .NET Aspire and DAPR
Component | Badge |
---|---|
Build Status | |
Nuget Version | |
Security Score Card |
Install the template
dotnet new install CloudNative.CleanArchitecture.Template
To create a new solution
dotnet new cn-ca -n MyCloudNativeApi
Once you clone the solution, open with Visual Studio Code
Install the extension - Polyglot Notebooks, better to install all recommended extensions, suggested by VS Code, when you open the workspace
The documents under docs
directory would be a good start
To build and deploy the project, follow the interactive notebooks under build
and deployment
directories.