Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 655 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 655 Bytes

Dependencies

Dependency Version
Java openjdk 17.0.7 2023-04-18
Gradle 8.1.1
Docker 20.10.21

Running the Application

./gradlew clean build
docker-compose up --build

Endpoint(s)

Method Endpoint Payload
POST /depot/rental/checkout
{
  "tool_code": "ABCD",
  "rental_day_count": 7,
  "discount_percent": 42,
  "checkout_date": "2023-06-13"
}