Skip to content

beans42/shorten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shorten

URL shortener web-app written in go using fiber library.

build dependencies

build instructions

#install dependencies
go get -d ./...

#compile program
go build

#alternatively, run this for an optimized release version
go build -ldflags "-s -w"

#run server
./shorten

#to clean database.json, run
printf {}> database.json

About

shorten URLs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published