MS-121 / All-About-Covid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All-About-Covid

Fully Featured Blog based Web application using Django Framework of Python in which User can share their views about Covid-19 .


Screenshot (9)

Table of Content


Description

Its a Blogging website where different user can share their experience or views about covid-19 by creating different posts . User can manage their profiles , Update or Delete their Posts , see news and covid data of every state in India as well as every Country in World.

Technology

  • Python
  • Django
  • HTML
  • CSS
  • Bootstrap
  • 3rd Party APIs

How To Use

  • First you need to Clone this Repository in your local computer.
  • Create virtual enviroment using pyvenv.
  • Install requirements from requirement.txt file given in this repository.
  • Run python manage.py runserver in your CLI
  • Create SuperUser for Admin Panel

Features

News Page

  • This is a section of Website where user can see different news about covid-19 from all over the world using third party API. Screenshot (10)

State Page

  • This is a section of Website where user can see dats about covid from all the states in India using third party API. Screenshot (11)

Country Page

  • This is a section of Website where user can see dats about covid from all the country in World using third party API. Screenshot (12)

Global Page

  • For this section I have embed a webpage from the website "ourworldindata.org" for comparing data of different countries in graphical format. Screenshot (13)

Reference


Licence

Licenced Under MIT LICENCE

About

License:MIT License


Languages

Language:HTML 52.2%Language:Python 39.3%Language:CSS 8.5%