module
0.0.0-20211010154239-7c907d43874d
Repository: https://github.com/phpcoder88/url-shortener.git
Documentation: pkg.go.dev
# README
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