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)