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.
- Host: GitHub
- URL: https://github.com/sonikq/url-shortener
- Owner: sonikq
- Created: 2024-02-12T12:43:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T12:17:47.000Z (about 1 year ago)
- Last Synced: 2025-04-08T16:14:48.182Z (6 months ago)
- Topics: clean-architecture, cookie, documentation, gin-gonic, jwt-auth, ratelimiter, swagger, tests
- Language: Go
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-url-shortener
Сервис сокращения URL.
## Запуск сервера
```
1. go run cmd/shortener/main.go
```
```
или
```
```
2. make run
```