🍮 A small, simple URL shortener.
Bon is a very tiny and simple self hosted URL shortener written in Go.
go get -u github.com/Rosettea/Bon
git clone https://github.com/Rosettea/Bon
cd Bon
go build
Build:
git clone https://github.com/Rosettea/Bon
cd Bon
docker build -t bon:latest .
Run:
docker run -it -p 3000:3000 bon:latest
Run the Bon
executable, then it'll be running at port 3000.
BSD 3-Clause