GitHunt
DD

DDemmer1/qak-me-backend

Link-Shortener backend service

Backend-Service for the https://qak.me Link-Shortener

If you want to get your qak.me service up and running with a frontend client simply install Docker and run this public container

docker run -d -p 8080:8080 ddmr/prune-link

Your service will be available under

localhost:8080

REST-API Entrypoints:

Redirect to Short URL
GET /{shoturl}
Will redirect to the corresponding original URL
Set new Short URL
POST /shorten
Request Body: 
{originalUrl: "yourOriginalURl.com", alias: "yourAlias" }

Response:
{success: true/false , message: "qak.me/your-id-or-alias" }

Languages

Java98.7%Dockerfile1.3%

Contributors

MIT License
Created February 19, 2020
Updated April 22, 2020