This is a demo application for the "Application.kt - Spring Boot 2 with Kotlin " presentation at the inovex Meetup.
- Docker with Docker-Compose
- JDK 8
- Giphy API-Key (can be created here)
- Set your giphy api key in application.properties
- Start the local mongodb by
docker-compose up
- Build and run the Application by
./gradlew bootRun
- Open the web application in your browser: http://localhost:8080
- Stop the mongodb by
docker-compose down