Short Spot is a URL shortening service that allows users to shorten long URLs into short, easy-to-remember links.
- Shorten long URLs into short links
- Redirect short links to the original URLs
- Auth API token
git clone git@github.com:vit0rr/short-spot.git
cd short-spot
go mod tidy
docker compose up
go run cmd/api/main.go
# or configure your GoPath and run