Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ewhal/gurl
Golang url shortener
https://github.com/ewhal/gurl
Last synced: 7 days ago
JSON representation
Golang url shortener
- Host: GitHub
- URL: https://github.com/ewhal/gurl
- Owner: ewhal
- License: mit
- Created: 2016-07-04T04:38:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T02:03:05.000Z (about 8 years ago)
- Last Synced: 2024-06-20T06:26:48.751Z (5 months ago)
- Language: Go
- Homepage: https://s.pantsu.cat
- Size: 2.7 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#Golang URl Shortener
[![Build Status](https://travis-ci.org/ewhal/gUrl.svg?branch=master)](https://travis-ci.org/ewhal/gUrl) [![GoDoc](https://godoc.org/github.com/ewhal/gUrl?status.svg)](https://godoc.org/github.com/ewhal/gUrl) [![Go Report Card](https://goreportcard.com/badge/github.com/ewhal/gUrl)](https://goreportcard.com/report/github.com/ewhal/gUrl) [![MIT
licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/ewhal/gUrl/master/LICENSE.md)Modern responsive self-hosted URL shortener
![short](https://my.mixtape.moe/ovnqsc.png)
## Getting started
### Prerequisities
* go
* mariadb```
sudo yum install -y go mariadb-server mariadb
```### Installing
* go get https://github.com/ewhal/gUrl
* make
* cp config.example.json config.json
* nano config.json## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details