Skip to content

amitkroutthedev/url-short-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL SHORTNER

A REST-API application in golang, that provide allows users to shorten long URLs into short, shareable links. The app is capable of generating unique shortened URLs, mapping them to their corresponding original URLs, and redirecting users when they access the shortened link.

API Reference

Handling the URL

  POST /short
Parameter Type Description
fullurlname string Required. URL that required to be short.

Get item

  • Get the redirected URL in {URL}/shorten/{shortkey}

Deployment

To deploy this project run

About

Api for url shortner in golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages