A repository designed, in Java, to simulate a system within a marketplace. The system is designed to allow retailers to purchase products from suppliers and sell the products available within their inventory.
-
FoodItem.java
: A class that creates an item for consumption -
Inventory.java
: A class that simulates the system of the marketplace for purchasing merchandise -
TestInputs.java
: A class that tests for empty user input -
Driver.java
: The driver class
-
Fruit.java
-
Preserve.java
-
Vegetable.java
-
market.txt
: A list of products to be entered into the database from a file
The repository is openly available to whomever wishes to clone and improve upon it. I would kindly ask if you could submit pull requests for your improvements so that everyone can access such enhancements.