Skip to content

WPF application showing statistics of Covid. The app takes Covid API from Postman and draws a plot of covid data for selection country, period, and case type using the Oxyplot library.

License

Notifications You must be signed in to change notification settings

ART-Students/Covid-statistics-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-statistics-app

The project is a Covid statistics app. It was made for the .Net and Java programming platforms course on the studies of Control Engineering and Robotics on specialization Information Technology in Control Engineering ​at the Wrocław University of Science and Technology on the Faculty of Electronics.

Requirements

  • .NET Framework 4.7.2
  • Microsoft SQL Server
  • Visual Studio 2019

Packages

  1. CovidStatisticsApp
  • AutoMapper
  • DotNetProjects.WpfToolkit.Input
  • EntityFramework
  • Microsoft.AspNet.WebApi.Client
  • Newtonsoft.Json
  • OxyPlot.Core
  • OxyPlot.Wpf
  1. CovidStatisticsApp.UnitTests
  • MSTest.TestAdapter
  • MSTest.TestFramework

API with Covid data

Postman provides an API with Covid data that we used to build the application. You can see API from Postman here:

Covid Data

In the application, you can choose a country from our database. You can also choose period, which you want to study from your chosen country:

  • Last two weeks
  • Last month
  • Last six months
  • Overall

The application draws plot for four type cases:

  • Confirmed
  • Active
  • Deaths
  • Recovered

In the end, you can choose two option for your plot:

  • total
  • daily

How to run

  1. Open Microsoft SQL Server and run ScriptForDatabase from folder ScriptForDatabse. It will create a database for the Covis Statistics App

  2. Open Visual Studio 2019 and open Package Manager Console. In command line write

PM> Update-Database

It will update database in app.

  1. Run app in Visual Studio 2019. You will see sign in window

Signin

  1. You can click button Change password or button Sign up if you want to create account

Signup

  1. After logging in, you can select the country, period, and case type. Now we show some examples

  2. Last month of total active cases in Poland

Active

  1. Last two weeks of total confirmed cases in Germany

Confirmed

  1. Overall of total deaths cases in India

Death

  1. Overall of total deaths cases in China

DeathChina

  1. Overall of daily confirmed cases in USA

Daily

Authors

  • Adam Bednorz
  • Kajetan Zdanowicz

About

WPF application showing statistics of Covid. The app takes Covid API from Postman and draws a plot of covid data for selection country, period, and case type using the Oxyplot library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published