Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 372 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 372 Bytes

Shortify

Service for shortifying links.

Requirements

  • Go 1.14.4
  • MongoDB

Building

go build ./cmd/shortify

Running

  1. Firstly, you need to generate config:

    ./shortify -genconfig > backend.toml
  2. Then just edit it, and start executable with specified config:

    ./shortify -config ./backend.toml