Skip to content

joshuachinemezu/covid19-reporter-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid-19 Reporter API

Visualize latest coronavirus information with some filters and history data.

View App


Corona virus API for showing number of cases, deaths, recoveries and active patients around the globe

Setup

  • Clone the repository git clone https://github.com/joshuachinemezu/covid19-reporter-api

Without Docker

With Docker

  • Build image
    • docker build -t covid-reporter-api:latest .
      or
    • make build
  • Run container
    • docker run -p 5000:5000 covid-reporter-api
      or
    • make run

Technologies

Contributions

  • Spread the word
  • Give it a star
  • Open pull requests

License

MIT © Joshua Chinemezu