VŠB-TUO — School project · Information Systems Development (VIS)
A desktop restaurant management system built with Java and JavaFX, developed as a school project for the VIS (Information Systems Development) course at VŠB-TUO. Covers typical restaurant operations including menu management, order processing, and table tracking.
- Java 17+
- Maven 3.x
-
Clone the repository:
git clone https://github.com/Firestone82/Restaurant-system.git cd Restaurant-system -
Build:
mvn clean package
-
Run:
java -jar target/*.jar
Alternatively, open the project in IntelliJ IDEA and run it directly from the IDE.
This project was created as a school assignment at VŠB-TUO.