Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 834 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 834 Bytes

Tool Rental Service

Overview

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.

Getting Started

Prerequisites

  • Java Development Kit (JDK) 8 or higher
  • Apache Maven (optional, for project management and build)

Setup

  1. Clone the repository:
    git clone https://github.com/your-username/ToolRentalService.git
    cd ToolRentalService
  2. Open the project in your favorite IDE (e.g., IntelliJ IDEA, Eclipse).
  3. Running the Main Application You can run the main application by executing Main class
  4. Test the application You can run the main application by executing ToolRentalServiceTest class