Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 424 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 424 Bytes

shorturl

Shorturl is a Shorturl creater written in golang.It uses mysql as a datastore

Get and run

Get the code

go get github.com/indevsDigital/shorturl

Edit database credentials

{
 "db_user":"mysql username",
 "db_password":"mysql password"
}

Install

cd $GOPATH/src/github.com/indevsDigital/shorturl
go install

Run the binary in project dir to server the index.html file

shorturl