Service for shortifying links.
- Go 1.14.4
- MongoDB
go build ./cmd/shortify
-
Firstly, you need to generate config:
./shortify -genconfig > backend.toml
-
Then just edit it, and start executable with specified config:
./shortify -config ./backend.toml