Skip to content

starkblaze01/Covid19India

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ The CORS has been disabled by GOV site, so client-side API would fail, trying setting it up locally and replace the API end-points on client-side with the server-side function

Statistis of Covid 19 in India

  • This website uses the end-point from gov site to take the data and show it in our custom UI.
  • This is a custom setup of React using Webpack without any boilerplate
  • This repo has implemented Service Worker on client side for cache, and apicache for server side caching

Covid-19_Tracker

To serve static file from backend:

  • Install dependencies

    • yarn install
    • cd client/ && yarn install
  • In the root folder run:

    • node index.js

To serve with wepback:

  • cd client && yarn start