Skip to content

Simple covid vaccine allotment web application (local storage)

Notifications You must be signed in to change notification settings

PratypartyY2K/Vaccine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Covid Vaccine Enrollment

Our project is built to solve the current logistical problem of Covid vaccination. People can use our platform to book vaccination slots from hospitals. Our website partners with the hospitals to display the number of available vaccines in each hospital, so that the people can book a slot according to their convenience. Our platform also takes into consideration the vulnerability of senior citizens, people with comorbidities to covid and prioritises their vaccination above others, by the use of our ML Algorithm.

Lines of code GitHub code size in bytes

Run Locally

Clone the project

  git clone https://github.com/PratypartyY2K/Vaccine.git

Install dependencies

  pip3 install -r requirements.txt

Go to the project directory

  cd covid

Enable virtual environment

  source ./venv/Scripts/activate

Start the server

  python3 manage.py runserver

Change admin details

Django Tutorial Part 4: Django admin site

Authors

Documentation

Documentation

Tech Stack

Client: HTML5 CSS3 JavaScript Bootstrap

Server: Python Django

Database: MySQLite

Screenshots

Landing Page Landing Page

Login Page Login Page

Patient Home Page Patient Home Page

Choose Hospital Choose Hospital

Allotment Status Allotment Status

Hospital Landing Page Hospital Landing Page

Vaccine Inventory Vaccine Inventory

About

Simple covid vaccine allotment web application (local storage)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.1%
  • C 0.6%
  • CSS 0.5%
  • HTML 0.4%
  • JavaScript 0.3%
  • TeX 0.1%