Skip to content

Go url shortener w/ Iris & Bbolt

Notifications You must be signed in to change notification settings

ashkanjj/shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortener

  • Iris web framework
  • Bolt (now bbolt), an embedded key/value database
  • UUID library

Install Dependencies

go get -u github.com/kataras/iris
go get -u github.com/etcd-io/bbolt
go get -u github.com/satori/go.uuid

Frontend is located in /templates.

About

Go url shortener w/ Iris & Bbolt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 92.5%
  • HTML 7.1%
  • CSS 0.4%