|
|
@ -1,11 +1,13 @@ |
|
|
# Golang URL Shortener using BoltDB |
|
|
# Golang URL Shortener |
|
|
|
|
|
|
|
|
[](https://travis-ci.org/maxibanki/golang-url-shortener) |
|
|
[](https://travis-ci.org/maxibanki/golang-url-shortener) |
|
|
|
|
|
[](https://godoc.org/github.com/maxibanki/golang-url-shortener) |
|
|
[](https://goreportcard.com/report/github.com/maxibanki/golang-url-shortener) |
|
|
[](https://goreportcard.com/report/github.com/maxibanki/golang-url-shortener) |
|
|
[](http://opensource.org/licenses/MIT) |
|
|
[](http://opensource.org/licenses/MIT) |
|
|
## Features: |
|
|
## Main Features: |
|
|
|
|
|
|
|
|
- URL Shortening with visitor counting |
|
|
- URL Shortening |
|
|
|
|
|
- Visitor Counting |
|
|
- Deletion URLs |
|
|
- Deletion URLs |
|
|
- Authorization System |
|
|
- Authorization System |
|
|
- High Performance database with [bolt](https://github.com/boltdb/bolt) |
|
|
- High Performance database with [bolt](https://github.com/boltdb/bolt) |
|
|
|