Skip to content
/ gosh Public

simple URL shortener service without UI made in education purposes

License

Notifications You must be signed in to change notification settings

Quard/gosh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

simple URL shortener service without UI made in education purposes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published