Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 377 Bytes

File metadata and controls

10 lines (8 loc) · 377 Bytes

ItemManagementSystem

A Java application implementing JDBC with MySQL that allow real time management of items

  • CRUD App executable from desktop
  • Uses Java Swing for GUI
  • Uses local MySQL as relational database
  • Can Add/Delete/Edit items, saved real time and viewable through Java.Swing.JList component

TO DO:

  • Potentially add images for items (can be choosed from pc)