Skip to content

MVP to demonstrate URL shortening in Spring Boot + Kotlin

Notifications You must be signed in to change notification settings

benruehl/url-shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

MVP to demonstrate URL shortening in Spring Boot + Kotlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages