Skip to content

Displays tracking information for the package delivery system.

License

Notifications You must be signed in to change notification settings

Dikshali/Package-Tracking-System

Repository files navigation

Package-Tracking-System

license GitHub issues

An application to display tracking information for the package delivery system of FedEx. The application accepts new packets with their properties. Every active packet creates its own thread as it travels from source to destination in the system. The user will also be able to query with an input tracking number and print the tracking details of the package.

Technologies:

  • Java
  • Database: MySQL
  • Java Applet

Screenshots

Create Package Screen Track Package Screen

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  1. Clone the repository.
  2. Open the project in Eclipse IDE.
  3. Run the DB script in MySQL server.
  4. Run the project using java applet.