Helping Lviv citizens with vaccination
Vakcina helps with the whole process of vaccination, specifically you can:
- see what vaccines you need to do in the nearest future
- see in which hospitals you can find these vaccines
- be notified when the time for vaccination comes
- be aware of the epidemics near you
- find which vaccines you need to do to travel abroad safely
Run a local server on your computer.
To do that, clone the repository.
Unzip it, and in the root folder run:
pip install -r requirements.txt
python server.py
- Fork it (https://github.com/lazyTurtle21/Vakcina/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Cool authors here