This repo contains a dotnet core template for a WebApi to run inside of a docker image.
To build run:
build.sh
To bring the server up run:
run.sh
Api documentation is located at:
http://localhost:8080/swagger
Please install this template with
dotnet new -i .
Usage to generate a new project:
dotnet new jgwebapi