Blazingly fast URL shortener written in go
Go to file
2024-09-12 21:46:11 +03:00
cmd fixed url validation 2024-09-12 21:10:09 +03:00
models first commit 2024-09-11 17:58:42 +03:00
views fixed url validation 2024-09-12 21:10:09 +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 docker-compose.yml 2024-09-12 21:44:31 +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 21:46:11 +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

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