yne-bv / AssignmentTwo

Code for assignment two

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WeatherApp

To run

  • Register to, and get ApiKey from: https://www.weatherapi.com/
  • Go to the folder ClientApp and run npm i.
  • View Hangfire dashbord by adding /hangfire to your uri.

Changes I would make

  • Everything in the list above
  • Create new DAL-project
  • Change hangfire to store data in database.
  • Security - setup access for who can access the application.
  • Add unit tests, integration tests
  • Structure the data from the weather api in a way to make it easier to fetch the data you want to view in the graphs.

About

Code for assignment two


Languages

Language:C# 63.8%Language:TypeScript 14.7%Language:CSS 12.3%Language:HTML 9.2%