https://github.com/rosettea/bon
🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).
https://github.com/rosettea/bon
golang handlebars link-shortener link-shortener-api minimal self-hosted url-shortener url-shortener-api
Last synced: 4 months ago
JSON representation
🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).
- Host: GitHub
- URL: https://github.com/rosettea/bon
- Owner: Rosettea
- License: bsd-3-clause
- Created: 2021-08-12T04:06:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T10:40:02.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T12:19:54.175Z (4 months ago)
- Topics: golang, handlebars, link-shortener, link-shortener-api, minimal, self-hosted, url-shortener, url-shortener-api
- Language: Handlebars
- Homepage:
- Size: 43 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bon
> 🍮 A small, simple URL shortener.Bon is a very tiny and simple self hosted URL shortener written in Go.
# Install
## With go get
```
go get -u github.com/Rosettea/Bon
```## Compile from Source
```
git clone https://github.com/Rosettea/Bon
cd Bon
go build
```## Using Docker
Build:
```
git clone https://github.com/Rosettea/Bon
cd Bon
docker build -t bon:latest .
```
Run:
```
docker run -it -p 3000:3000 bon:latest
```# Usage
Run the `Bon` executable, then it'll be running at port 3000.# License
BSD 3-Clause