Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.41 KB

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.