Skip to content

dannief/kg-weather-app

Repository files navigation

Overview

KG.Weather app is a simple React/ASP.NET Core application that displays tomorrow's weather conditions for select cities in which a fictional company, (KG), operates. The backend component connects to a weather API in order to retrieve the required weather data and is also responsible for notfiying workers of the functional company whenever rain is forecasted. If rain is forecasted, workers are notified that they are only required to work half-day.

Note: This was a programming task done as a requirement for a job interview

The project was generated using the ASP.NET Core React-with-Redux project template

How to Run

  1. Open project in Visual Studio 2017
  2. Allow VS to restore nuget packages
  3. You may be required to install npm packages from the ClientApp folder
  4. Select F5 on the keyboard to run

Current appsettings assumes a default SQL Server instance at localhost and an SMTP server running on localhost, port 25. Suggested local SMTP servers that may be used are Papercut or MailDev. Database will be seeded at startup.

Technologies and Patterns Used

Backend

Frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published