Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 811 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 811 Bytes

courier-dbms-project

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

  1. Download the zip file the source code.
  2. Download the Xamp server.
  3. Open Xamp server, start Apache and MySql, click on Admin of MySql.
  4. Create new database with the name courierdb and import the database from the file database.
  5. Open the browser and type localhost/courier-management-system-main and the project will be working