https://github.com/quard/gosh
simple URL shortener service without UI made in education purposes
https://github.com/quard/gosh
education golang redis url-shortener
Last synced: 8 months ago
JSON representation
simple URL shortener service without UI made in education purposes
- Host: GitHub
- URL: https://github.com/quard/gosh
- Owner: Quard
- License: mit
- Created: 2019-07-16T09:54:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T16:18:06.000Z (almost 7 years ago)
- Last Synced: 2025-07-23T08:40:43.082Z (11 months ago)
- Topics: education, golang, redis, url-shortener
- Language: Go
- Size: 271 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gosh
[](https://travis-ci.com/Quard/gosh)
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`