Skip to content

vit0rr/short-spot

Repository files navigation

Short Spot

Short Spot is a URL shortening service that allows users to shorten long URLs into short, easy-to-remember links.

Features

Backend

  • Shorten long URLs into short links
  • Redirect short links to the original URLs

How to run

git clone [email protected]: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