RESTful microservice for gathering and sharing COVID-19 related data in Poland.
API fetches data from "COVID-19 w Polsce" Google Spreadsheet created and maintained by Michał Rogalski
API can be tested with following Kotlin App
- Access to Covid-19 related data for country and regions through RestAPI
- Automatic fetching from COVID-19 w Polsce Google Spreadsheet
- Storing data on a SQL Server
- News channel
GET /api/country/list
GET /api/region/{countryId}/list
GET /api/region/{countryId}/summary
GET /api/country/{countryId}
GET /api/region/{countryId}/{regionId}
GET /api/country/{countryId}/today
GET /api/region/{countryId}/{regionId}/day/{date}
GET api/country/{countryId}/day/{date}
GET api/region/{countryId}/{regionId}/today
GET api/country/{countryId}/since/{date}
GET api/region/{countryId}/{regionId}/since/{date}
GET /api/country/{countryId}/news/pages
GET /api/country/{countryId}/news/{page}
To get a local copy up and running follow these simple steps.
To build this project, you require:
- Visual Studio 2019
- IIS Express
- Clone the repo
git clone https://github.com/czubamich/CovidInfo.RestAPI.git
- Open project in Vistual Studio.
- Setup SQL database (PolandDatbaseQuery.sql)
- Run 'app' F5.
If you find anything that is performing not as espected? Any feature that should be added or improved? Please feel free to check the issue tracked and create create a ticket. Please try to provide a detailed description of your problem, including the steps to reproduce it.
Michael Czuba - [email protected]