Home
Softono

Gosh

Open source MIT Go
11
Stars
1
Forks
0
Issues
1
Watchers
7 years
Last Commit

 About Gosh

simple URL shortener service without UI made in education purposes

Platforms

Web Self-hosted

Languages

Go

Links

Need Help Installing Gosh?

We provide expert installation service for this software. Our team will install, configure, and secure Gosh on your server. plans start at just $30.

gosh

Build Status

quite simple URL shortener service without UI made in education purposes

How to run

docker-compose -f build/docker-compose.yml up

service will be available on http://localhost:5000/

or build and run manually

go build

./gosh — with a redis on localhost

./gosh -storage bolt — with a bolt instead of redis

API

you can found OpenAPI v3 schema in /api/ folder or use HTML version from third_party/redoc-static.html