Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hughmorris01/inventory_management_sys
- Owner: HughMorris01
- Created: 2022-04-01T08:45:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T13:50:14.000Z (almost 2 years ago)
- Last Synced: 2023-12-14T01:53:57.072Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 881 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.