command
module
Version:
v0.0.0-...-f3d703e
Opens a new window with list of versions in this module.
Published: Mar 5, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.