Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.18 KB

URL shortener backend service implemented with Go on top of Echo.

License

Table of Content

Introduction

Why do we need to shorten the URL? Is it something necessary? Well, there are many advantages that shortening of URL provides. A very basic advantage could be that users tend to make very few mistakes while copying the URL if it is not shortened. Secondly, they surely save a lot of space when used or printed. Moreover, it could be used if someone wishes not to use the original URL or want to hide the original one.

Features Overview

  • Shorten the URL with random string URL
  • Shorten URL with custom back half URL
  • Generate QR code
  • Change the target URL of a shortened link
  • Link history and report

API Documentation

For more detailed API documentation please check Shortkeun API Reference.