- Welcome to the covid-19 Django App
- This is one page application to fetch live data for covid 19 cases
- Categorized into ALL Cases, Recovered, Death,New Cases and Critical Cases
- As corona virus is spreading worldwide and it has impacted our social life.
- I thought of building an application which can be able to track overall cases in India on the daily basis.
- Although there are several resources to track it,but I have developed this to do some hands on with Django.
- virtualenv -p python3
- source /bin/activate
- git pull
- Run migrations
- python manage.py migrate
- Check wiki for live site and developer's reference docs.