Categorygithub.com/phpCoder88/url-shortener
module
0.0.0-20211010154239-7c907d43874d
Repository: https://github.com/phpcoder88/url-shortener.git
Documentation: pkg.go.dev

# README

Go Report Card codecov

URL shortener

Launch migrations using docker

Before launching the command below, check DSN for correctness

docker run -v "$PWD"/migrations:/migrations \
  --network host \
  migrate/migrate:v4.14.1 \
  -path=/migrations/ \
  -database "postgres://shortener:123456789@localhost:5432/shortener?sslmode=disable" \
  up

# Packages

No description provided by the author