Skip to content

Latest commit

 

History

History
80 lines (45 loc) · 2.2 KB

README.md

File metadata and controls

80 lines (45 loc) · 2.2 KB

Covid19India News

made-with-python

Covid19India News is a website for local news, trending news and news related to Covid-19 for India. This site also displays COVID spread graphs and news using the following features:
  • COVID Help :Updated help and resources available in states and cities.
  • COVID Map: Updated India map and graphs illustrating the count of cases in states and districts.
  • COVID Local: Updated local and national news related to COVID-19.

Screen grabs


Getting Started

Prerequisites

API Integrations

Create a new Django project using this template:

$ django-admin.py startproject --template=https://github.com/amisha-w/Covid19India-News/archive/master.zip <project_name>

Install the project's dependencies and setup project environment.

$ cd projectname/

$ virtualenv venv
$ venv/scripts/activate
$ pip install -r requirements.txt

$ python manage.py migrate
$ python manage.py runserver

Contributions

We're are open to enhancements & bug-fixes


Contributors