/urlshortener

Example coding assignment solution

Primary LanguageScalaApache License 2.0Apache-2.0

Urlshortener

A small app to shorten your tedious links

Building & Running locally

Compiling the app

$ sbt compile

Starting the DB

$ docker compose up -d

Launch

$ sbt run

API

Swagger definition is available in Swagger.yaml You can view it via various swaggers viewers or for example Swagger editor