/weather-microservice

An ASP.NET Core microservice in a Docker container that response some random forecast to a given user location.

Primary LanguageC#

Weather Microservice

An ASP.NET Core microservice in a Docker container that response some random forecast to a given user location.

How to use it:

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.