Skip to content

API Gateway Template — Getting Started

Install template

dotnet new install ConnectSoft.ApiGatewayTemplate.Installer
dotnet new connectsoft-apigateway -n MyGateway

Confirm package names and short name in the repo .template.config.

Run locally

Open the generated Application project, configure downstream routes and authentication in appsettings*.json, then:

dotnet run --project src/MyGateway.Application

Docker

Use generated Docker Compose / Dockerfile content when --docker (or equivalent) was enabled at scaffold time.

Next