/EasyVax-Covid-19-vaccine-locator

Web application to find COVID-19 vaccine centers anywhere in the world

Primary LanguagePythonMIT LicenseMIT

EasyVax

EasyVax is a web application to find COVID-19 Vaccines anywhere in the world.

This project was created for submission to the Citro Hacks hackathon by Sumit Nalavade and Srikar Velavarthipati

Technologies Used: Python (Flask), HTML, CSS, Google Places API

Website ---> https://easyvax.herokuapp.com/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Dependencies:

pip install Flask
pip install googlemaps
  1. Clone repo
git clone https://github.com/SumitNalavade/EasyVax-Covid-19-vaccine-locator
  1. Navigate to the folder

  2. Setup the flask server

export FLASK_APP=flaskapp
export FLASK_DEBUG=1
flask run
  1. View the page on http://localhost:5000/

License

MIT