- A simple Python Object-oriented command line application for managing a transportation logistics system.
- Inspired by MVC (Model-View-Controller) pattern.
-
Fleet Management
- Add, update, remove, and view all vehicles in the fleet.
-
Customer Management
- Add, update, remove, and view customer details.
- View all shipments associated with a specific customer.
-
Shipment Management
- Create shipments, track shipment status, and view all shipments.
-
Delivery Management
- Mark shipments as delivered and view delivery status.