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: 3 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-27T09:04:42.000Z (about 4 years ago)
- Last Synced: 2025-10-12T05:07:36.416Z (9 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
[](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.

## Used
- Golang 1.18 [](https://golang.org/)
- ReactJS [](https://www.typescriptlang.org/)
- Redis 
- Docker [](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/)