The Delivery Management System is the final project for CSYE6200-Concepts of Object-Oriented Design.
In this project, we built a Delivery Management System based on JavaFX for both delivery man and recipient.
• JavaFx, tutorial Getting Started
- Clone the repository into your local machine
- Download JavaFX SDK and MySQL
This project was developed with the following technologies:
- The implementation of our Delivery Management System uses the idea of MVC
- JavaFX
- SceneBuilder
- Eclipse
OOD concepts used in this project:
- Class Definition
- Inheritance/Polymorphism
- Abstract Classes/Interfaces
- Generics/Collections/Iterators
Data structure used in this project:
- Lists
- Stacks
- Queues/Priority Queues
- Set/Maps
- Graph
Other tools used in this project:
- Git and GitHub
- Google drive
- Trello
[⬆ Back to the top]