# shortr ***Blazingly fast*** url shortener, written in go ## Instaallation The first step is cloning this repo: ```shell git clone https://github.com/4rkal/shortr && cd shortr ``` Now you can run the application via docker. ### Using docker Assuming that you have docker compose installed simply run ``` docker compose up ``` Now the application should be available by vissiting `localhost:8080`