Skip to content

Latest commit

 

History

History
 
 

urlshortener

URL Shortener

A simple URL shortener API that stores shortened URLs in Postgres and writes traces to Jaeger. Optionally, OAuth/ODIC/JWT authorization can be enabled via configuration.

Setup

Dependencies:

Running

Run Postgres and Jaeger inside Docker

cd docker
docker-compose -f docker-compose.all.yml up

Build the application

just build

Run NanoBus

just run