firstdoubletripledev / covid19_vaccine_finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Vaccine Finder

GitHub release platform


➔ With this website, you'll quickly be able to register for vaccines by checking the most updated information from coWIN API like center, fee, availability of both dose 1 and dose 2, age limit, vaccine type, and time slots.
Now anyone can get all the information from this website and register for vaccines faster without running any script.

➔ Technical Details

Languages: Python3, HTML5, CSS3, JavaScript

Frameworks: Flask

Platforms: Heroku, AWS EC2 instance, GCP

Database: Firebase

➔ Project setup

Fork the repository, this will make a copy of this project in your account.

  1. Clone the repository by running below command -
git clone https://github.com/<username>/COVID-19-VaccineFinder.git
  1. Open the folder by running below command -
cd COVID-19-VaccineFinder
  1. Install all the requirements by running below command -
pip install -r requirements.txt

This will install all the required libraries to run this project.

  1. Run app.py using below command to start Flask API
python app.py

Note:- You must be on python version 3 or later.

  1. Navigate to URL "http://localhost:5000/"

• Now, You should be able to view the homepage.

• Enter PIN & DATE. Now, you should be able to see all the information from COWIN API.

➔ Contributing

I highly encourage you to raise issues & PRs for bugs & new features.

Git Commands Code of Conduct

➔ License ⚖️

MIT license

About

License:MIT License


Languages

Language:HTML 71.8%Language:JavaScript 10.4%Language:CSS 9.1%Language:Python 8.6%Language:Procfile 0.1%