Skip to content

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

License

Notifications You must be signed in to change notification settings

ilhamtubagus/shortkeun

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages