Skip to content

A very simple link shortener written in GO

License

Notifications You must be signed in to change notification settings

HirbodBehnam/Simple-Link-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Link Shortener

Extremely simple link shortener written in Golang.

What it can do?

  • Shorten links to 7 characters
  • Use token based authorization to add or delete links
  • Use mysql to save links
  • Custom shortened links

Setup

At first setup the tables needed in mysql which are available in tables.sql file. Then create a copy of config.json and change your desired values. At last, use go build to compile the application and use it.