Blazingly fast URL shortener written in go
Go to file
2024-09-15 13:03:19 +03:00
cmd work with / in the end too 2024-09-15 13:03:19 +03:00
models first commit 2024-09-11 17:58:42 +03:00
views added root url 2024-09-12 21:59:49 +03:00
.air.toml first commit 2024-09-11 17:58:42 +03:00
.dockerignore docker 2024-09-12 21:34:38 +03:00
.gitignore first commit 2024-09-11 17:58:42 +03:00
docker-compose.yml change to shortr from shortr-app on docker-compose 2024-09-12 22:10:17 +03:00
Dockerfile docker 2024-09-12 21:34:38 +03:00
go.mod first commit 2024-09-11 17:58:42 +03:00
go.sum first commit 2024-09-11 17:58:42 +03:00
README.md Update README.md 2024-09-12 22:02:10 +03:00

shortr

Blazingly fast url shortener, written in go

Instaallation

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