About the Centralize Covid Vaccination Record System
I developed this project using the following:
- XAMPP v3.3.0 as my local webserver that has a PHP Version 8.0.7
- PHP Language
- MySQL Database
- HTML
- CSS
- JavaScript
- jQuery
- Ajax
- Bootstrap
- AdminLTE
- and some other plugins/libraries.
This Centralize Covid Vaccination Record System can be accessed by 2 types of users which are the Admin Users and the Staff Users. The Admin Users can access and manage all the pages and functionalities of the system including the list of system users and system information management. The Staff Users can only manage vaccination records/history of the individuals which been vaccinated on their area/vaccination center allocation. They can also manage the individual's list and print their records.
Features
- Secure Login and Logout
- Manage Vaccine List (CRUD)
- Manage Vaccine Center/Location List (CRUD)
- Manage System User List (CRUD)
- Manage Vaccination History List (CRUD)
- Manage Individual List (CRUD)
- Print Individual Details
- Print Individual Vaccination Records
- Manage Account Details/Credentials
- Manage System Information
How to Run ??
Requirements
- Download and Install any local web server such as XAMPP/WAMP.
- Download the provided source code zip file. (download button is located below)
Installation/Setup
- Open your XAMPP/WAMP's Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database naming vaccinated_db.
- Import the provided SQL file. The file is known as vaccinated_db.sql located inside the database folder.
- Browse the Centralize Covid Vaccination Record System in a browser. i.e. http://localhost/vaccinated/
Default Admin Access Information
Username: admin
Password: admin123
Comments
Post a Comment