Skip to content

A Django WebApp to manage the complete vaccination pipeline. Includes an algorithm to automatically distribute vaccines to states and districts on the basis of Population, number of vaccination centres and rate of change of number of active cases.

TheCharmingSociopath/COVID-19-vaccination-management

Repository files navigation

Installation

pip install -r requirements.txt

Setting up the data

bash ./setup.sh

Usage

  • python3 manage.py makemigrations
  • python3 manage.py migrate
  • python3 manage.py runserver

Navigate to http://127.0.0.1:8000/

Contributing

  • Please read the available code and follow naming conventions.
  • Separator for html file names using -
  • Use CamelCase for web page names, function names and class names.
  • Use the same string for web page name and url name.

About

A Django WebApp to manage the complete vaccination pipeline. Includes an algorithm to automatically distribute vaccines to states and districts on the basis of Population, number of vaccination centres and rate of change of number of active cases.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published