Skip to content

4rkal/shortr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shortr

Blazingly fast url shortener, written in go

Installation

The first step is cloning this repo:

git clone https://github.com/4rkal/shortr && cd shortr

Edit the docker-compose.yml and set a base url:

command: ["/shortr", "--url", "YOUR_URL"]

Change the YOUR_URL, to the url where your app served from (eg app.4rkal.com)

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 visiting localhost:8080

About

Blazingly fast URL shortener written in go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published