Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

marceloboeira/kurz-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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.