goly-backend

command module
v0.0.0-...-f3d703e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2023 License: MIT Imports: 6 Imported by: 0

README

Goly Backend

Goly is inspired by bit.ly

Web app is live at goly.poximy.com

Built with .go and chi

API

Redirects to original url

[ID] is a randomly generated

/[ID] GET 301

Creates a shortened url

/ POST 201

request:

{
  "url": "https://goly.vercel.app"
}

response:

{
  "id": "123456",
  "url": "https://goly.vercel.app",
  "clicks": 0
}

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL