Template designed to kickstart your .NET Core Web Api projects with a solid foundation based on Domain-Driven Design (DDD) principles. For further insigshts into Domain-Driven Design for ASP .NET Core Web APIs it is recommended to explore the following link
Install Cookiecutter by running pip install cookiecutter
. On MacOS optionally utilize the homebrew package manager with brew install cookiecutter
.
Run cookiecutter https://github.com/MGTheTrain/dotnet-ddd-web-api-starter.git
Run cookiecutter --checkout <release/x.y.z, e.g. release/0.1.0> https://github.com/MGTheTrain/dotnet-ddd-web-api-starter.git