Skip to content

nitishSr/vax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vax

Covid-19 Vaccine slot availability web utility built in Python and Flask.

About

Web utility that helps user to search for vaccine slots. Currently, supports searching by area pin code.

Pre-requisites

Python 3+ installed

Getting Started

In order to use the app locally, follow the below steps -

  • Clone the repository

      git clone https://github.com/nitishSr/vax.git
    
  • Go to folder

      cd ~/vax
    
  • Create and activate python virtual environment

      python -m venv .virt_env
    
      source .virt_env/bin/activate
    
  • Install dependencies

      pip install flask
    
      pip install requests
    
  • Run the app on local server

      flask run
    
  • The app should be rendered on your localhost

About

Covid-19 Vaccine slot availability web utility

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published