Skip to content

A RESTful API service for tracking the Covid-19 #Coronavirus pandemic.

License

Notifications You must be signed in to change notification settings

CovidResearch/CovidTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

A RESTful API service for tracking the Covid-19 #Coronavirus pandemic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published