Skip to content

phpCoder88/url-shortener

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors