Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 868 Bytes

Covid Tracker

A CovidResearch Project

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

Installation Video

Features:

  1. RESTful API for tracking Covid-19 infections, deaths, and recoveries by country.

Inspiration

This was inspired by https://www.worldofstats.com/coronavirus/

Author

Theodore R. Smith [email protected]