Covid 19 Travel Pass Management System in PHP/OOP Free Source Code

Language

Introduction

This simple project is a Covid 19 Travel Pass Management System. This is a web-based application project developed in PHP and MySQL Database. This project is a simple website that provides an online platform for individuals to submit a traveling pass in the midst of covid 19 restrictions. The application was developed with Bootstrap Framework and AdminLTE Template for the system user interface. The application also consists of user-friendly features and functionalities.

About the Covid 19 Travel Pass Management System

I developed this project using the following:

  • XAMPP v3.3.0
  • PHP
  • MySQL Database
  • HTML
  • CSS
  • JavaScript
  • Ajax
  • jQuery
  • Bootstrap
  • Font Awesome
  • AdminLTE

This Covid 19 Travel Pass Management System can be only accessed by the Management, Registered Individuals, and the Public. The main purpose of this application is to help the Local Government Units to verify the individuals who are traveling for some reason in the midst of covid 19. Using the application, ports, or boundaries covid checkpoints staff can easily identify or verify the individual traveling purpose and he/she is permitted. On this application website, the individuals can simply register their account with some of their personal information along with their vaccination card image. The registered individuals can simply submit their travel pass application ahead of their desired schedule. The management is in charge of verifying the user registration and travel pass application. On the public site, checkpoint officers can simply verify the individual's traveling pass at the public site of the system which requires them to enter the complete travel passcode.

Features

Management Site

  • Home Page
    • Display the summary.
  • Individual Management
    • List All Individuals
    • View Individual Details
    • Update/Verify Individual's Status
    • Delete Individual
  • Travel Pass Application Management
    • List All Travel Pass Applications
    • View Travel Pass Application Details
    • Update/Verify Travel Pass Application Status
    • Delete Travel Pass Application
  • User Management
    • Add New User
    • List All Users
    • View User Details
    • Edit User Details
    • Delete User Details
  • Update System Information
  • Update Account Details/Credentials
  • Login and Logout

Individual-Side

  • Login and Registration
  • Home Page
    • Display the summary.
  • Travel Pass Application Management
    • Add New Travel Pass Application
    • List All Travel Pass Applications
    • View Travel Pass Application Details
    • Update Travel Pass Application Details
    • Update/Verify Travel Pass Application Status
    • Delete Travel Pass Application
  • Update Verification Info
  • Update Account Details/Credentials
  • Logout

Public-Side

  • Home Page Content
  • 'About Us' Page Content
  • Verify Travel Pass

The source code was developed only for educational purposes only. You can download the source code for free and modify it the way you wanted.

System Snapshots of some Features

Public Travel Pass Verification

Covid 19 Travel Pass Management System

Verification Information Form Page (Individual's Side)

Covid 19 Travel Pass Management System

Travel Pass Application Form (Individual's Side)

Covid 19 Travel Pass Management System

Application List Page (Individual's Side)

Covid 19 Travel Pass Management System

Management Dashboard

Covid 19 Travel Pass Management System

Management Individual Details Page

Covid 19 Travel Pass Management System

How to Run ??

Requirements

System Installation/Setup

  1. Enable the GD Library in your php.ini file.
  2. Open your XAMPP Control Panel and start Apache and MySQL.
  3. Extract the downloaded source code zip file.
  4. Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
  5. Extract the downloaded plugins zip file.
  6. Copy the extracted plugins folder and paste it into the source code root path.
  7. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  8. Create a new database naming ctpms_db.
  9. Import the provided SQL file. The file is known as ctpms_db.sql located inside the database folder.
  10. Browse the Covid 19 Travel Pass Management System in a browser. i.e. http://localhost/ctpms/.

Admin Default Access:

Username: admin
Password: admin123

DEMO VIDEO

That's it. You can now explore the features and functionalities of this Covid 19 Travel Pass Management 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.

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

Add new comment