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

https://github.com/sonikq/url-shortener

Service for shortening URL links.
https://github.com/sonikq/url-shortener

clean-architecture cookie documentation gin-gonic jwt-auth ratelimiter swagger tests

Last synced: 3 months ago
JSON representation

Service for shortening URL links.

Awesome Lists containing this project

README

          

# go-url-shortener

Сервис сокращения URL.

## Запуск сервера
```
1. go run cmd/shortener/main.go
```
```
или
```
```
2. make run
```