/dotnet-apiserver

A simple dotnet API server for research and tests.

Primary LanguageShell

dotnet-apiserver

  • Build an API service in a container: ./deploy/build.sh
  • Deploy to K8s: ./deploy/deploy.sh
  • Test locally:
    docker run --rm -it -p 8080:8080 \
        -e ASPNETCORE_URLS="http://+:8080" \
        -e ASPNETCORE_HTTP_PORT=8080 \
        -e ASPNETCORE_ENVIRONMENT=Development \
        dotnet-apiserver:latest
  • Or
    dotnet run

.NET Resources