The courier database project manages all the functionalities of the courier management. It has two platforms for the admin and user. The admin has access to all the details of the courier and the user details. The user delete and update the details as required. The user can send couriers to locations and track the courier.
The Project uses MySql for the database storage. The languages used php, html and css.
Procedure to install the project
- Download the zip file the source code.
- Download the Xamp server.
- Open Xamp server, start Apache and MySql, click on Admin of MySql.
- Create new database with the name courierdb and import the database from the file database.
- Open the browser and type localhost/courier-management-system-main and the project will be working