The Tool Rental Service is a Java application that allows customers to rent various tools and generate rental agreements. The service calculates the total rental cost based on the rental period, discount rates, and other factors.
- Java Development Kit (JDK) 8 or higher
- Apache Maven (optional, for project management and build)
- Clone the repository:
git clone https://github.com/your-username/ToolRentalService.git cd ToolRentalService
- Open the project in your favorite IDE (e.g., IntelliJ IDEA, Eclipse).
- Running the Main Application You can run the main application by executing Main class
- Test the application You can run the main application by executing ToolRentalServiceTest class