CoMitra is a vaccine finder application based on CoWIin Public APIS to provide the current availabilty of vaccine and download the Vaccine Certificate. This web application finds the current availablity status of vaccination using the PINCODE of the area or using the Provied State and District lists (This uses the official list of State and Districts In the API SETU Portal) of a selected date. You can also find the age restrictions, Time of vaccination, Number of Doses available, Number of Dose 1 available, Number of Dose 2 available, Number of Dose 3 available, Fees and available time slots in the application. To download your vaccination certficate you should have the Mobile Number Registered with CoWin Portal (For Auuthintication) and the ReferenceID mentioned in Appointment Slip or CoWin Portal.
We donot collect or share your personal data like Phone Number Or AuthToken.
- You can find the Availabe Vaccination centers using the PINCODE.
- You can find the Available Vaccination centers using the State and District Names.
- You can Search and filter the results.
- You can download the Vaccinationation Certificate
TRY OUT this Application from here
This project uses ReactJS so you must have install NodeJS installed. If not then you can download from here
You can download the project using the following link
Click Here to Download
- Create an empty folder
- Goto the folder and open
Powershell
for windows and
Terminal
for MacOS or Linux - Paste the code below
git clone https://github.com/Soumodip-Paul/CoMitra.git --single-branch
- Press enter
Now the code is successfully copied to your desired folder
To use git command you need to download
Git
from Git-Scm Official website
- Goto the project root folder and open
Terminal
(For MacOS and Linux) orPowerShell
(for windows) - Run the following command
npm i
- Then
npm run start
To run the project in local server
You can obtain a production by running the following command
npm run build