- Clone the project to your computer
- Compile the project using
dotnet build
- Edit appsettings.json and fill out the OpenWeather ApiKey config entry.
- Run with
dotnet run
The first two log statements should show what the application will be listening on. For example:
info: Microsoft.Hosting.Lifetime[14]
Now listening on: https://localhost:7217
info: Microsoft.Hosting.Lifetime[14]
Now listening on: http://localhost:5217