This is just a program demanded by my assignment of programming in class.
It includes 10 classes: Main, Menu, Console, Controller, Read, Order, Client, Vendor, Product.
With its respectives methods to: Add default objects, create objects, drop objects, list objects.
Below you will find the UML diagrams representing the functionallity of the application.
This repository is licensed under the Creative Commons Attribution-ShareAlike (CC-BY-SA) license. This means that you are free to use, share, and modify the code and any derivative works, as long as you give credit to the original creator and share any derivative works under the same license.
If you use this code in your own work, please provide a clear attribution to the original creator and a link back to this repository.
If you create derivative works based on this code, you must share them under the same CC-BY-SA license.
If you have any questions about this license or would like to discuss using this code in a different way, please contact me at "[email protected]".
You can find all the documentation of the project in this link:
https://onededios.github.io/DropshippingApp/Menu.html
All the classes and method are commented in the Javadoc.