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.
- Create
docker.env
MONGO_URI=mongodb://root:password@mongodb:27017/coronavirus
- Start server
docker-compose up
-
Initialize your mongoDB server
-
Create
.env
MONGO_URI=mongodb://root:password@localhost:27017/coronavirus
- Start server
npm run dev