/vehicles-manager

An API to manage vehicles

Primary LanguageJava

Vehicles Manager API

An API to manage insurance vehicles database.

Requirements

  • Java 19
  • Docker

Running

foo@bar:~$ ./mvnw install
foo@bar:~$ docker compose up app 

Testing

foo@bar:~$ ./mvnw clean test

Files Usage

  • bulkVehicles.csv - CSV example to Bulk vehicles.
  • vehicles.postman_collection.json - Postman collection with API calls examples (and tests).