This project is a school project created with the JAVA language to assist restaurants admins in their daily operations.
Must do to run the project :
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)