Skip to content

An example web app based on the new feature in .NET 6 | minimal web API in ASP.NET 6

License

Notifications You must be signed in to change notification settings

coderamins/Minimal-URL-Shortener

Repository files navigation

Minimal API in ASP.NET 6

docker run -it mcr.microsoft.com/dotnet/sdk:6.0-alpine sh
/ # dotnet --info
/ # dotnet new web
docker build -t hello-net6 .
docker run -it --rm -p 8080:80 hello-net6

About

An example web app based on the new feature in .NET 6 | minimal web API in ASP.NET 6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 51.2%
  • HTML 41.6%
  • Dockerfile 7.2%