Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (11 loc) · 699 Bytes

geocoder-app-kotlin

Building a Geocoder app using Kotlin, Vaadin and Spring Boot

Demo

Kotlin Geocoder

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