Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.49 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.49 KB

Market System

Overview

Market System (Alışveriş sistemi), desktop application written in Java, using JavaFX library where various types of users can purchase and order different products from this application.

The project consists of several modules. In the process of designing the project, it was decided to have 2 types of users: Moderators and Normal Users. Normal users have the ability to choose from various products with the benefit of searching or viewing them by their category, whereas Moderators have much more control over the program such as adding, removing the producst, changing their prices, add sales.

Database tables will be created once the program runs. Database name is savt and tables are users, products, baskets, orders.

Compile

To manually compile the program make sure to have JavaFX library installed on your system. It must be installed on default.

Make sure to check the database username and password on DBUtils.java to create connection.

Content of the program is constructed in Turkish language.

Screenshots

Login Screen

Main Screen

Basket Screen

Order Screen