Skip to content

asce4s/gourl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOURL

Simple URL Shortener Web Application [Linux Only]

How to get

  • go get github.com/gayanch/gourl
  • copy 'static' & 'template' folders to 'bin' directory
  • run

Notes

  • Normally app runs on localhost:8080
  • Short URLs are stored in plain-text files, no databases

To-Do

  • Check whether particular long URL is shortened before generating a new short URL
  • More customization options without editing source code
  • many more...

About

URL shortener app written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.2%
  • HTML 39.8%