This is a web-based survey platform designed for students of Comilla University to provide and update their COVID-19 vaccination information. The platform also presents vaccination statistics using diagrams and provides filtering options for customized data views. Check out the live website: couvaccination.epizy.com
- PHP, HTML, CSS
- MySQL
- Vaccination information submission by students.
- Update and edit vaccination information.
- Interactive statistics display with diagrams.
- Filtering options to view specific data subsets.
-
Fork and Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo
-
Import the
cou_student.sql
file provided in the repository to set up your database schema and initial data. -
Edit the
includes/db.php
file to provide your MySQL database credentials. -
Use your preferred web server software to serve the project files.