Building a Geocoder app using Kotlin, Vaadin and Spring Boot
Steps to run an application:
-
Fork a project into your local repository
-
Get a free API key by signing up into OpenCage Geocoder
-
Add that API key into src/main/resources/api.properties to api-key
-
Run the project by using the ./mvnw spring-boot:run from terminal
-
This might take a bit time to add all the required dependencies into your application
-
Open the app from http://localhost:8080