Skip to content

bellatrixdatacommunity/covid19-tracker-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

covid19-tracker-webapp

Description

This is the COVID19 Tracker website, where we are supposed to display the statistics by fetching it from the standard API. The details will be fetched and displayed over the website in a user friendly way.

API to be USed

Frontend

  • Good UI to attract people
  • Mobile Friendly Website
  • Header, Navigation and Footer
  • Search Option to search for the specific regions

Backend

  • Database to store all the important statistical information
  • Display Statistics on the Website
  • Add news feed related to the COVID-19
  • Display Charts on the website

API

  • Using API to fetch the details of regions.

Set-up Guide

Clone the Project

git clone git@github.com:bellatrixdatacommunity/covid19-tracker-webapp.git
cd covid19-tracker-webapp

Make a new branch using following command

git checkout -b "<your-branch>"

Create a Virtual Environment and activate it

python -m venv venv
source venv/bin/activate

Installing Dependencies

python -m pip install -r requirements.txt

Makemigrations to the db

python manage.py makemigrations
python manage.py migrate

Starting the Server

python manage.py runserver
Code .... .... ....
.... Code .... ....
.... .... Code ....
.... .... .... Code

Stage your changes, commit, and push using the following commands

git add .
git commit -m "<commit message>"
git push origin "<your-branch>"

Deactivate your Virtual Environment

source deactivate

Mentors

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages