Skip to content

fabioDMFerreira/coronavirus-dashboard

Repository files navigation

Coronavirus Dashboard Build Status codecov

This dashboard displays the evolution of total cases, new cases, total deaths and new deaths in every country, some countries regions and every USA region and county.

Demo

Install

Docker

  1. Create docker.env
MONGO_URI=mongodb://root:password@mongodb:27017/coronavirus
  1. Start server
docker-compose up

Run in your machine

  1. Initialize your mongoDB server

  2. Create .env

MONGO_URI=mongodb://root:password@localhost:27017/coronavirus
  1. Start server
npm run dev

Data Source

About

Collect and display world COVID-19 data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages