Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmokeev/covid-statistics
- Owner: pmokeev
- License: mit
- Created: 2022-03-26T11:48:08.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T09:04:42.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T16:52:31.059Z (7 months ago)
- Topics: docker, docker-compose, go, golang, reactjs, redis, typescript
- Language: Go
- Homepage:
- Size: 335 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)