Skip to content

NtuliTech04/WeatherApp

Repository files navigation

Weather Forecast Application

C# and Angular Developer Task

Project Setup - C# .NET Core 8

Secret Keys

Open the Terminal under the Presentation Layer project

  1. From Visual Studio or
  2. From File Explorer

Run this command: dotnet user-secrets set "OpenWeather:ApiKey" "3170828032193b392e7df413c046c0a2"

  • NB: This command will save and setup the Open Weather Maps API Key to the project.

Angular 15 - Client Application

NB: Open ClientApp on VS Code

Installation Guid

On VS Code terminal: Run command - "npm install"

The above command will install all required node_modules/angular_packages.

Run Application

To start ClientApp, Run command: "ng serve -o"