Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewhal/gurl

Golang url shortener
https://github.com/ewhal/gurl

Last synced: 7 days ago
JSON representation

Golang url shortener

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