Setting up a .NET 5 web API + Running it in Docker // for beginners
Hey there! 👋🏼 In this tutorial, we'll be setting up a .NET 5 web API and running it locally, then we'll take a look at how to build and run it inside of a Docker container. To set up the project, we'll be using the dotnet CLI -- which is cross-plat...
Sep 27, 20216 min read1.8K


