Mac (Apple silicon)
git clone [email protected]:underground/webapi.git
cd webapi
brew install dotnet
dotnet tool install Swashbuckle.AspNetCore.Cli
dotnet run
-> Visit http://localhost:5028
in your browser.
dotnet build -c Release
Generate openapi
TODO:
dotnet swagger tofile --output openapi.json bin/Release/net8.0/webapi.dll v1