This is a application that provides endpoints for book search using open feign
The technology behind it:
- Java 11
- Spring Boot
- Spring Cloud Open Feign
In the terminal run the following command:
$ docker-compose up
First compile an application:
$ mvn clean package
Then, You can run:
$ mvn spring-boot:run