Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.46 KB

COVID-19 Tracker Application

Logo

📌 Introduction

This is a Django Application which consumes a COVID-19 Data API to provide real-time statistics and data insight about the COVID-19 Pandemic that is currently wreaking a havoc around the world. The primary purpose of the project was to create a statistical visualization for the data obtained from this API and allow the user to get real-time updates about the Pandemic situation.

🏁 Technology Stack

🏃‍♂️ Local Installation

  1. Drop a ⭐ on the Github Repository.
  2. Clone the Repo by going to your local Git Client and pushing in the command:
https://github.com/Narcos101/DjangoCovidApp.git
  1. Install the Django Package using pip:
pip install django
  1. After moving to the main directory, Apply Database migrations,:
python manage.py makemigrations
python manage.py migrate
  1. Atlast run the server:
python manage.py runserver

📜 LICENSE

MIT