Skip to content

mskwarko/url-shortener

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL Shortener

URL Shortener is a simple URL shortener built using the Gin Gonic framework, GORM and MySQL. Please do not use this repository to learn, this is my first Go project and it's likely filled with bad practices. Part of the CSS code has been taken from Codepen.io.

Installation

Rename .env.example to .env, fill out all of the fields and run the project using go run main.go. If you want to build the package, simply run go build.

Preview

Preview

About

Simple link shortener created in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 47.5%
  • CSS 24.5%
  • JavaScript 17.7%
  • HTML 10.3%