Skip to content

This is a project created with the JAVA language to assist restaurants admins in their daily operations.

Notifications You must be signed in to change notification settings

ibtissammassa/Restaurant_APP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant_APP

This project is a school project created with the JAVA language to assist restaurants admins in their daily operations.

Introduction

Must do to run the project :

1.Download JavaFX library (20)

2-Add VM options : (Intellij)

click on Run -> Edit Configurations... and add these VM options:

Linux/Mac : --module-path /path/to/javafx-sdk-20/lib --add-modules javafx.controls,javafx.fxml

Windows : --module-path "\path\to\javafx-sdk-20\lib" --add-modules javafx.controls,javafx.fxml

(change \path\to\javafx-sdk-20\lib to the path to ur javafx lib)

2-Run the main function in Main class

Enjooy

Screenshots

Screenshot from 2023-06-06 15-49-52

Screenshot from 2023-06-06 16-01-18

Screenshot from 2023-06-06 16-15-44

Screenshot from 2023-06-06 16-47-45

Screenshot from 2023-06-06 16-33-03

About

This is a project created with the JAVA language to assist restaurants admins in their daily operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 95.6%
  • CSS 4.4%