Vehic Rent is a web-based online vehicle rental service that can be accessed anywhere and anytime. With Vehic Rent, users can survey the vehicle they want to rent without having to go to the rental place. Created by a group of 6 from IF 45 09 consisting of:
- Abdul Wasiul Khair
- Raditya Aydin
- Siti Vanesa Rahma
- Zefanya Darma Putri
Make sure to have the following software installed in your local environment before starting:
- Java (version 17) : https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.9+9.1/OpenJDK17U-jdk_x64_windows_hotspot_17.0.9_9.msi
- Setup ENV JAVA_HOME

-
Clone the Repository
git clone https://github.com/Radiit/VehicRent.git
-
Navigate to the Project Directory
cd your-project -
Creating a schema
After the installation is complete, create a MySQL schema named tubesrpl or simply follow the JDBC URL:
- application.properties
spring.datasource.url=jdbc:mysql://localhost:3306/tubesrplafter that import sql using the tubesrpl.sql file
-
Run the Application
Once the installation is complete, run the application using the command:
./mvnw spring-boot:run
-
Access the Application
Open a browser and access the application via the URL:
http://localhost:8081 -
Login
Use this account to login
| Role | Password | |
|---|---|---|
| Regent (Rental Agent) | [email protected] | password123 |
| Client | [email protected] | password123 |

