https://github.com/ewhal/gurl
Golang url shortener
https://github.com/ewhal/gurl
Last synced: 12 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-04T02:03:05.000Z (over 8 years ago)
- Last Synced: 2024-12-25T13:42:40.336Z (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
[](https://travis-ci.org/ewhal/gUrl) [](https://godoc.org/github.com/ewhal/gUrl) [](https://goreportcard.com/report/github.com/ewhal/gUrl) [](https://raw.githubusercontent.com/ewhal/gUrl/master/LICENSE.md)Modern responsive self-hosted URL shortener

## 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