Skip to content

This web application is designed to help manage courier operations with separate views for managers and couriers. It's built using HTML, CSS, JavaScript, and PHP.

Notifications You must be signed in to change notification settings

qasim313/courier_managment_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini World Courier Management System

Welcome to the Mini World Courier Management System! This web application is designed to help manage courier operations with separate views for managers and couriers. It's built using HTML, CSS, JavaScript, and PHP.

The website is live--> https://historic-digestion.000webhostapp.com/

ERD And RM

Link to My PDF

Installation and Setup

Follow these instructions to set up and run the Mini World Courier Management System locally:

Prerequisites

Web server (e.g., Apache or Nginx)

PHP (7.0 or higher)

MySQL database server

Steps:

1 . Clone this repository to your local machine:

  git clone https://github.com/qasim313/courier_managment_system.git

If you are using XAMPP on Windows clone it inside C:\xampp\htdocs

2 . Create a local database named "couriersystem" using a tool like phpMyAdmin or the MySQL command line.

3 . Import the provided SQL dump file (CourierManagementSystem.txt) into the couriersystem database.

4 . Configure the database connection:

  • Open the Connection.php file located in the project's root directory and update the following lines with your database credentials:
    $connect = mysqli_connect("localhost", "root" , "" , "couriersystem");
    //change above to 
    $connect = mysqli_connect("localhost", "your_username" , "your_password" , "couriersystem");
    Make sure to enter the correct credentials.

5 . Start your web server and make sure PHP is enabled.

6 . Access the project in your web browser:

  http://localhost/courier-management-system

Logging In

To access the system, use the following default credentials:

Username: 1122

Password: admin

Role: Manager

Features

  • Manager View:

    Manage couriers, add, edit, and delete courier and shipment information. View and manage courier assignments. Monitor courier status and performance.

  • Courier View:

    Couriers can log in with their credentials. View assigned deliveries and update their status.

Contributors

  • Qasim Malik
  • Hashir Ansari
  • Abdul Mateen
  • Abdul Rehman Khan

License

This project doesn't need a license because it's too cool to be contained! 🚀

Enjoy using the Mini World Courier Management System! If you have any questions or encounter issues, please don't hesitate to contact us.

About

This web application is designed to help manage courier operations with separate views for managers and couriers. It's built using HTML, CSS, JavaScript, and PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •