Requirements:
- installed docker
To run the application, execute the following command:
docker compose up --build
The application exposes endpoints for managing companies. These endpoints are documented using Swagger and are available at: http://localhost:8080/swagger-ui/index.html
Requirements:
- installed docker
- JDK 21
Integration tests verify basic functionality. To run the tests, execute the following command from the project's main directory:
./mvnw test