Design and Implementation of Covid-19 Directory on Vaccination System in PHP Source Code

Language

Introduction

The aim of the study is to design a COVID-19 information management system that will accurately store and retrieve information on covid-19 vaccination in order to control the spread of the pandemic. This project was developed using PHP Language as the backend and MySQL Database. The application is a web-based platform to verify the vaccination record of the individual online.

It contains modules like:

About the Covid-19 Directory on Vaccination System

I developed this project using the following:

  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Bootstrap

This Covid-19 Directory on Vaccination System can be accessed by the Public users and the management. The management has the privilege to access the admin/management panel of the system. The management side of the system requires the users to log system credentials in order to gain access to the records and manage it. The individuals can simply register to the system by filling all the fields that are required at the public site. To verify the individual's vaccination record and status, the user can navigate the site to Verification Panel and enter the Vaccination ID of the person. Upon submitting the Individual's Vaccination ID, the vaccination information of the individual will be shown.

Features

Public

  • Home Page
  • Registration Form
  • Verification Panel

Admin

  • Login and Logout
  • Manage User Records
  • List all Records
  • Print Records
  • Update Account Credentials

How to Run ??

Requirements

  • Download and Install any local web server such as XAMPP.
  • Download the provided source code zip file. (download button is located below)

System Installation/Setup

  1. Open your XAMPP Control Panel and start Apache and MySQL.
  2. Extract the downloaded source code zip file.
  3. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  4. Open a browser and browse the PHPMyAdmin. i.e http://localhost/phpmyadmin
  5. Create a new database naming covid19.
  6. Import the provided SQL file. The file is known as covid19.sql located inside the db folder.
  7. Browse the Covid-19 Directory on Vaccination System in a browser. i.e. http://localhost/covid-19-vaccination/ for the public site and http://localhost/covid-19-vaccination/admin for the management site.

Admin Default Access:

Username: admin
Password: admin123

DEMO VIDEO:

That's it. You can now explore the features and functionalities of this Covid-19 Directory on Vaccination System in PHP. I hope this will help you with what you are looking for and you'll find something useful for your future projects.

For your research project contact us via Whatsapp on +2348067361023 or email us via: [email protected] or visit www.leastpayproject.com.ng

Explore more on this website for more Free Source Codes and Tutorials.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bynobody123 (not verified)on Sat, 04/09/2022 - 04:16

Field 'fullname' is vulnerable to XSS. just fyi

Add new comment