Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 483 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 483 Bytes

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
  • Auth API token

How to run

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