Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/daguttt/machine_renting_assessment
- Owner: daguttt
- Created: 2024-11-22T11:42:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-22T13:39:03.000Z (about 1 month ago)
- Last Synced: 2024-11-22T14:33:51.079Z (about 1 month ago)
- Topics: java, joptionpane, mysql
- Language: Java
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)