Copyright (c) 2024/2025: Ghellab Abderrahmane Ahmane Akram Kahlane Abd El Djalil Islam Dvdeod
Cars Rental System is an HMI project developed by SI students of the Faculty of Sciences - Computer Science Departement at the University of Boumerdes.
To build the project, you need to have Java installed on your computer and MySQL server installed and running.
To use the database, you must have a database named cars_rental_system
, the database schema is located in the mysql
folder.
to create the database, you can use the database.sql
file located in the mysql
folder by executing the create_database.bat
file.
start create_database
or
./create_database
- Open a command prompt and navigate to the project directory.
- Run the
build.bat
file to build the project with commaand:
start build
or
./build
- Open a terminal and navigate to the project directory.
- Run the
build.sh
file to build the project.
- Open a command prompt and navigate to the project directory.
- Run the
run.bat
file to build the project using command:
start run
or
./run
- Open a terminal and navigate to the project directory.
- Run the
run.sh
file to build the project.
or run manually with:
java -jar output/CarsRentalSystem.jar