Skip to content

jesperancinha/library-books

Repository files navigation

library-books

Book searcher.

This runnable uses the Books Google API to make searches about books. It's a simple coroutine project.

Project structure

How to start

Make sure to have JDK17 installed before continuing. I suggest using SDK-MAN

1. Kotlin version
  1. Run the build with the make file or just run mvn clean install:
make b
  1. Run with java -jar backend-kotlin/target/backend-kotlin.jar or just run:
make run

Running examples

curl http://localhost:8080/?query=coming%20out&language=nl
curl http://localhost:8080/?query=Metallicat&language=nl
curl http://localhost:8080/?query=Kabeljauw&language=nl
curl http://localhost:8080/?query=Kaas&language=nl

Running Docker

You can also run docker to get the application running by running docker-compose up -d or:

make dcup

References

About me

GitHub followers