An ASP.NET Core microservice in a Docker container that response some random forecast to a given user location.
Simple install Dotnet Core V2.1 and run the command:
dotnet run
Inside the project folder. If some dependecy is missing, you must run:
dotnet restore
And NuGet will install it for you.