Loading repository data…
Loading repository data…
sajdoko / repository
JavaFX application to manage products, sales and customers of an e-commerce store. The application performs basic CRUD (create, read, update, delete) functionalities.
The Store Management System is a JavaFX application that offers essential CRUD (Create, Read, Update, Delete) functionalities for managing a physical store's operations digitally. This application is designed to help store owners and clients streamline their everyday activities efficiently.
To get started with the Store Management System, follow these steps:
Clone the repository:
git clone https://github.com/sajdoko/StoreManagementSystem.git
Open the project in your preferred integrated development environment, such as IntelliJ IDEA.
Configure your project to use Amazon Corretto 8 as the Java Development Kit (JDK).
Make sure you have JavaFX installed for the graphical user interface.
Set up your database using SQLite.
Build and run the application.
The Store Management System is developed using the following technologies:
Use the following credentials to access the system:
| Username | Password |
|---|---|
| sajdoko | 1 |
| testuser | 123456 |

