Skip to content

abdalla-am/Courier-Management-System

 
 

Repository files navigation

Courier management system

Welcome to the courier management system web application! This C# application is designed to manage couriers, and deliveries between customers and drivers and improve efficiency & functionality .

This project was done for (Software engineering) course ,FCIS 3rd year .

Features

  • Admin login: Allows admin to manage the whole system between drivers and customers .

  • User login: Allows Customers to make pickup request .

  • Driver login: Allows Drivers to accept pending requests from users .

  • Order management: Enables users to create and manage orders for package pickup and delivery. This includes features for entering shipping details .

  • Reporting and analysis: Provides admins with the ability to print reports

Language used:

This Project was developed using C# (windows forms) mainly as a programing language and SQL for database .

Getting started

To get started with the courier management system , you will need to set up the application on a local server. Here is a general outline of the steps you will need to follow:

  • Install SQL developer as the database management system .

  • Open Oracle SQL developer and create a new connection of a username "scott" and a password "tiger".

    picture alt
  • Create the required tables and procedures in the database by the following :

    1. Open SQL worksheet (CTRL-Shift-W) .
      picture alt

    2. Copy the SQL code found in (Oracle commands.txt) found in Database file .

    3. Run the script (F5)
      picture alt

    4. Make sure that all tables and procedures are executed.

      picture alt picture alt

Project layout :

picture alt picture alt picture alt picture alt picture alt

About

courier management system (software engineering -6th semester(3rd year) FCIS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%