Skip to content

rhaym-tech/HMI-Project

Repository files navigation

Copyright (c) 2024/2025: Ghellab Abderrahmane Ahmane Akram Kahlane Abd El Djalil Islam Dvdeod

Disclaimer:

Cars Rental System is an HMI project developed by SI students of the Faculty of Sciences - Computer Science Departement at the University of Boumerdes.

Dependencies:

To build the project, you need to have Java installed on your computer and MySQL server installed and running.

Database:

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

Build:

Build For Windows:

  1. Open a command prompt and navigate to the project directory.
  2. Run the build.bat file to build the project with commaand:
start build

or

./build

Build For Linux:

  1. Open a terminal and navigate to the project directory.
  2. Run the build.sh file to build the project.

Run:

Run For Windows:

  1. Open a command prompt and navigate to the project directory.
  2. Run the run.bat file to build the project using command:
start run

or

./run

Run For Linux:

  1. Open a terminal and navigate to the project directory.
  2. Run the run.sh file to build the project.

or run manually with:

java -jar output/CarsRentalSystem.jar

Releases

No releases published

Packages

No packages published

Languages