/car-garage

car garage

Primary LanguageJava

car-garage-assesstment

car garage

Getting Started

you should first docker-compose-up -d command and check the configuration in application properties

The swagger can be used directly for tests.

http://localhost:8082/swagger-ui.html#/vehicle-controller`

The any car cane be added firstly,

curl -X POST "http://localhost:8082/api/vehicles/add" -H "accept: /" -H "Content-Type: application/json" -d "{ "id": 0, "vehicleColor": "black", "vehicleLicense": "121212", "vehicleType": "CAR", "vehicleYear": 1212}" The tests can be run anytime.

mvn clean install

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely: