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 <branch name or tag> https://github.com/MGTheTrain/dotnet-ddd-web-api-starter.git