/kurz-old

🚀 A blazing fast URL Shortener

Primary LanguageScalaMIT LicenseMIT

🚀 Kurz Build Status

A blazing fast URL Shortner

About

Motivation

This is my first project with Scala, so I have decided to implement something dummy, but useful. PS: I am still exploring the language, the frameworks, so, this is crappy code, don't judge me.

Name

Kurz - it is the literal translation of short to German. [more]

How fast?

Check the PERFORMANCE.md file for complete information.

Enpoints

List of endpoints and parameters

Redirection

The root path is the default redirection path.

GET /:slug -> where slug is the short url or alias.

The client will be redirected to the full URL using a Temporary Redirect, since it is not cached by the browser.