Skip to content

Repository files navigation

ASP.NET Core Web API / Swagger/OpenAPI

Getting Started

Prerequisites

Mac (Apple silicon)

git clone git@github.com:underground/webapi.git
cd webapi

Installation

brew install dotnet
dotnet tool install Swashbuckle.AspNetCore.Cli

Development

dotnet run

-> Visit http://localhost:5028 in your browser.

Build

dotnet build -c Release

Generate openapi

TODO:

dotnet swagger tofile --output openapi.json bin/Release/net8.0/webapi.dll v1

About

ASP.NET Core Web API

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages