Sgot is a lightwaight, self-hostable open-source link shortening web application with a Restful API. It allows you to host your own URL shortener to gain control over you data. Shrt is inspired by [Polr](https://polr.me/index.php), a php based url shortener.
# Shrty
Shrty is a lightwaight, self-hostable open-source link shortening web application with a Restful API. It allows you to host your own URL shortener to gain control over your data. Shrty is inspired by [Polr](https://polr.me/index.php), a php based url shortener.
## Features
@ -8,6 +8,8 @@ Sgot is a lightwaight, self-hostable open-source link shortening web application
- [x] Simple database Json file
- [x] Restful API
- [x] Simple Click Statistik
- [ ] Key protected API
- [ ] Nice overfewpage for shorted URLs
- [ ] Delete URL
- [ ] Login
@ -15,15 +17,15 @@ Sgot is a lightwaight, self-hostable open-source link shortening web application
Clone the Repository and build the Application by using `go build .`