An open API service indexing awesome lists of open source software.

https://github.com/pyrox18/pyrox.templates.aspnetcore

ASP.NET Core templates based on clean architecture
https://github.com/pyrox18/pyrox.templates.aspnetcore

Last synced: 8 months ago
JSON representation

ASP.NET Core templates based on clean architecture

Awesome Lists containing this project

README

          

# Pyrox.Templates.AspNetCore

ASP.NET Core templates based on clean architecture concepts.

## Included Templates

### ASP.NET Core Web API with Clean Architecture (webapi-clean)

A complete ASP.NET Core Web API solution based on [Jason Taylor's Northwind Traders project](https://github.com/JasonGT/NorthwindTraders). Uses clean architecture concepts and a simple CQRS approach for code organisation.

## Installation

Install the template using the following command:

```
dotnet new -i Pyrox.Templates.AspNetCore
```

## Usage

Use the `dotnet new webapi-clean` command to generate an ASP.NET Core Web API solution with the designed template. Use `dotnet new -l` to view all installed templates.