This is a RESTful API microservice for tracking the Covid-19 coronavirus pandemic statistics.
It is dockerized and runs PHP, Nginx, PostgreSQL and Redis.
tl;dr: To get started, just do this:
git clone https://github.com/CovidResearch/CovidTracker.git
cd CovidTracker
setfacl -Rm u:http:rwx bootstrap/cache storage
docker-compose up -d
composer install
php artisan migrate
php artisan key:generate
- Watch the construction timelepse of this project!
- RESTful API for tracking Covid-19 infections, deaths, and recoveries by country.
This was inspired by https://www.worldofstats.com/coronavirus/
Theodore R. Smith [email protected]