This is a simple JavaFX project created using Maven. It includes basic setup for a JavaFX application with an MVC architecture.
- Java 8 or higher
- Maven
- JavaFX
- Css
-
Install maven and javafx
https://maven.apache.org/download.cgi
create a maven environement variable
MAVEN_HOME
then set location to it.for javafx you can use two options
-
by installing javafx sdk, follow this:
https://openjfx.io/openjfx-docs/#install-javafx
-
or, run it in vscode:
https://gluonhq.com/products/javafx/
-
-
Clone the repository:
git clone https://github.com/DCCXVII/School-Management
-
Navigate to the project directory:
cd School-Management/gestionens
-
Build the project using Maven:
mvn clean install
-
Run the application:
mvn clean javafx:run
The project includes configuration files for the application in the src/main/resources/master/config
directory. These files are used to manage application settings and properties.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License.