Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmokeev/covid-statistics

😷 COVID19 statistics service
https://github.com/pmokeev/covid-statistics

docker docker-compose go golang reactjs redis typescript

Last synced: about 2 months ago
JSON representation

😷 COVID19 statistics service

Awesome Lists containing this project

README

        

# COVID19 Statistics

[![ci](https://github.com/pmokeev/covid-statistic/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/pmokeev/covid-statistic/actions/workflows/ci.yml)

This service allows you to view the statistics of registered cases of coronavirus in the selected country.

![Image alt](https://i.yapx.ru/RVnUE.png)

## Used

- Golang 1.18 [![Go](https://img.shields.io/badge/--00ADD8?logo=go&logoColor=ffffff)](https://golang.org/)
- ReactJS [![TypeScript](https://img.shields.io/badge/--3178C6?logo=typescript&logoColor=ffffff)](https://www.typescriptlang.org/)
- Redis ![Redis](https://img.shields.io/badge/redis-%23DD0031.svg?style=for-the-badge&logo=redis&logoColor=white)
- Docker [![Docker](https://badgen.net/badge/icon/docker?icon=docker&label)](https://https://docker.com/)

## Installation

The application is packaged in [docker](https://www.docker.com/) containers. You must also have docker-compose installed in order to run the application. Command to run the application:

```bash
make
```

## License
[MIT](https://choosealicense.com/licenses/mit/)