agajareiitr / wardha-covid-help

This Django Application is Hosted on AWS EC2 Instance on nginx server, attached with Proper SSL Certificate

Home Page:https://www.wardhacovidhelp.online/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wardha-covid-help

Explore the Website:

  1. Go to https://www.wardhacovidhelp.online/ to see the actual Website
  2. Now go to admin panel https://www.wardhacovidhelp.online/admin to see how data is managed in Backend.
  3. for Credentials use :
    1. Username : demo
    2. Password : pass@1234
  4. Use the Above Credetials to log in. (! above credentials have only view Permissions )

Steps to Download and run this Website :

  1. Download this repository using git clone https://github.com/agajareiitr/wardha-covid-help.git in some folder
  2. Make a Virtual Environment using python -m venv yourenvname.
  3. activate your yourvenvname using yourvenvname\Scripts\activate or yourvenvname\Scripts\activate.bat command in command line.
  4. Now go to wardhacovidhelp directory and run followings command :
    1. pip install -r requirements.txt
    2. python manage.py makemigrations
    3. python manage.py migrate
    4. python manage.py createsuperuser
  5. Now run python manage.py runserver
  6. Now go to 127.0.0.1:8000 to see the website.

Website Demo Images :

Main Page :

Screenshot (129)

Grocerry Store :

Screenshot (130)

How to register for Vaccine :

Screenshot (131)

Covid-19 Vaccine Centers and the Availablity of Vaccine, this data is updates Everyday :

Screenshot (132)

Covid-19 Testing Labs Info :

Screenshot (133)

News Page (This Page contains only Covid News ) :

Screenshot (134)

About

This Django Application is Hosted on AWS EC2 Instance on nginx server, attached with Proper SSL Certificate

https://www.wardhacovidhelp.online/


Languages

Language:JavaScript 35.3%Language:CSS 30.4%Language:Python 19.9%Language:HTML 14.4%