/Java-Swing-Store-Management-App

Store management app built with Java Swing and MySQL.

Primary LanguageJavaMIT LicenseMIT

Java Swing Store Management App

An application for managing the users and products in a store


The aim for this project was for me to have my first experience with Java by using the Swing GUI framework and MySQL database.

PS: The project was written mainly in the IntelliJ IDEA IDE, but the Swing GUI Forms were not used, instead, all GUI components were handwritten.

PPS: The Mavem framework has been added to the project, still, no unit tests were developed for the current build.

The project is still a work in progress:

  • Create a GUI base with the Swing library/framework
  • Integrate the MySQL database into the project
  • Create the login page with authentication
  • Create the menu page
  • Create the manager's pages
  • Create the 'new sale' page
  • Create the 'search sale' page
  • Create settings int the menu for the user to tweak

Screenshots

Login

Login page screenshot

Menu

Menu page screenshot

Manage users

Manage users page screenshot

Manage products

Manage products page screenshot

New sale

New sale page screenshot

Search sale

Search sale page screenshot