gusandrioli / surl

URL Shortener using Redis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener using Redis written in Go

Running Locally

  • Service URL: http://localhost:5564
  • Redis URL: http://localhost:6379

Endpoints

POST http://localhost:5564/v1/surl
{
    "original_url": "https://google.com"
}

About

URL Shortener using Redis


Languages

Language:Go 100.0%