Now, according to no. of registrations and their risk score, know your priority no. of vaccination.
1. Move to C:\xampp\htdocs : cd C:\xampp\htdocs
2. Clone this Project in that folder: git clone https://github.com/yashagg2001/iVaccinate--Hack30.git
3. Start the xampp server (Apache and sql):using xampp control panel
4. Navigate to phpmyadmin: localhost\phpmyadmin
5. Create database signup
6. Load the given signup.sql dump file into the signup database :
(i) open cmd (ii) cd C:\xampp\mysql\bin (iii) mysql -u root signup < "C:\xampp\htdocs\iVaccinate--Hack30\signup.sql"
7. Navigate to localhost\iVaccinate--Hack30
8. Now click 'Sign Up' and register for it
9. Now login with the same credentials to know your COVID risk score and vaccination priority.