url-shortener

module
v0.0.0-...-7c907d4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 10, 2021 License: MIT

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

Directories

Path Synopsis
cmd
server
Package main URL shortener API.
Package main URL shortener API.
internal
dto
ioc
version
Package version contains global variables for app version, build date and commit.
Package version contains global variables for app version, build date and commit.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL