Bookstore - online store with books, audiobooks and ebooks
How to run
After cloning a repo, you have to build backend Kotlin project. You can use it either via command line:
gradle build -x test
Or in your IDE with Gradle Extension.
Once you have your JAR ready, you can run the whole project with Docker Compose:
docker-compose up