Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughmorris01/inventory_management_sys

C482 - Performance Assessment. Inventory Management Sys w/ CRUD
https://github.com/hughmorris01/inventory_management_sys

Last synced: about 2 months ago
JSON representation

C482 - Performance Assessment. Inventory Management Sys w/ CRUD

Awesome Lists containing this project

README

        

This is an inventory management application built in Java that interfaces with a MySQL database. The application contains two classes of items, parts and also products, which can be composed of parts. The application allows the user to perform CRUD operations on both classes but prevents product items from being deleted if they have associated parts.