Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 662 Bytes

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