Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 720 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 720 Bytes

url-shortener

MVP to demonstrate URL shortening in Spring Boot + Kotlin

Requirements

For building and running the application you need:

For local development, an appropriate IDE should have these included already.

Running the application locally

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the benruehl.urlshortener.UrlShortenerApplication class from your IDE.

Alternatively, you can start the application from your command line like so:

./gradlew bootRun