This is a Spring Boot RESTful microservice for inventory management, specifically for a sports club.
Currently, it can be built and deployed locally via Maven: mvn spring-boot:run
. The API documentation is then available on http://localhost:8080/swagger-ui/index.html
, assuming port 8080.