Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daguttt/machine_renting_assessment

System that helps to manage the renting of machines.
https://github.com/daguttt/machine_renting_assessment

java joptionpane mysql

Last synced: 6 days ago
JSON representation

System that helps to manage the renting of machines.

Awesome Lists containing this project

README

        

# Machine renting assessment

## Repository

[Machine Renting Assessment](https://github.com/daguttt/machine_renting_assessment)

## Description

System that helps to manage the renting of machines.

## Steps to run the project
1. From the `resources/` folder, copy the SQL in the `db.sql` file to set up the database.
2. Run the `main` function using the button provided by IntelliJ next to it, then configure the CLI parameters.
> [!NOTE]
> It's fine that an exception is raised when trying to connect to the database.

![img.png](images/run-main-function.png)

3. Set up the CLI parameters. Do not forget to click on "Apply".

![img.png](images/change-cli-parameters.png)

4. Run again the `main` function.

## Relational Model

![img.png](images/relational-model.png)