A dbms project for courier management.
CC Couriers - An interactive courier management application which provides the facilities of remote tracking and feedback system to customers and the facilities of placing a new parcel, updating the status of existing ones and display the history of consignments to staffs.
- Remote tracking and delivery address update if needed.
- Placing new a parcel.
- Updating the delivery status of a parcel.
- History of consignments delivered and yet to be delivered.
- Feedback/query support.
Frontend : HTML5, CSS3, Bootstrap 4
Backend : PHP, MySQL
Go to the project directory
cd C:\xampp\htdocs
Clone the project
git clone https://github.com/Astraxx04/Courier_Management.git
Go to the project directory
cd Courier_Management
Install dependencies
Project requires latest XAMPP server installed
Start the server
- Open XAMPP Control panel
- Start Apache and MySQL servers
Initialize database
- Visit localhost/phpadmin in your browser
- Create new database
- Give a suitable name to the db and select the cc_couriers.sql file from
C:\xampp\htdocs\Courier_Management\MySQL
- Make sure the database is imported successfully without any errors
Visit the website
- Open a new tab in your browser and visit
http://localhost/Courier_Management/