/HelloSwagger

.NET Core sample how to use ServiceStack.Api.Swagger.Core package

Primary LanguageC#

This is a sample how to use Swagger UI in .NET Core

Clone the project then do

cd src/HelloSwagger
dotnet restore
dotnet run

then open in browser http://localhost:5000/swagger-ui/ to see Swagger UI with services listed.