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/
Follow these instructions to set up and run the Mini World Courier Management System locally:
Web server (e.g., Apache or Nginx)
PHP (7.0 or higher)
MySQL database server
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
To access the system, use the following default credentials:
Username: 1122
Password: admin
Role: Manager
-
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.
- Qasim Malik
- Hashir Ansari
- Abdul Mateen
- Abdul Rehman Khan
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.