Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 530 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 530 Bytes

Java + Spring Boot test by Nicoletti Giovanni of Kuama S.R.L

The project runs on Java17

Test

The test-project is covered with both Unit and Integration tests

Payload Example (If using Postman or curl)

You can also find the postman collection on the project main folder

{
    "maximumPackageWeight": 90,
    "items": [
        {
            "id": 1,
            "weight": 90,
            "price": 99
        },
        {
            "id": 2,
            "weight": 90,
            "price": 100
        }
    ]
}