Skip to content

A repository that contains classes pertaining to an inventory for a marketplace in Java

Notifications You must be signed in to change notification settings

mhrezk/Java-Marketplace-Inventory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Marketplace Inventory

Description

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.

Contents

JAVA FILES

  • 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

Subclasses of FoodItem

  • Fruit.java
  • Preserve.java
  • Vegetable.java

TEXT FILE

  • market.txt: A list of products to be entered into the database from a file

Usage

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.

About

A repository that contains classes pertaining to an inventory for a marketplace in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages