Skip to content

go-ggz/ggz

Repository files navigation

ggz

GoDoc Build Status Build status codecov Go Report Card codebeat badge Docker Pulls Get your own image badge on microbadger.com

An URL shortener service written in Golang.

Features

Requirement

Go version: 1.13

Start app using docker-compose

See the docker-compose.yml

version: '3'

services:
  ggz:
    image: goggz/ggz
    restart: always
    ports:
      - 8080:8080
      - 8081:8081
    environment:
      - GGZ_DB_DRIVER=sqlite3
      - GGZ_SERVER_HOST=http://localhost:8080
      - GGZ_SERVER_SHORTEN_HOST=http://localhost:8081
      - GGZ_AUTH0_PEM_PATH=test.pem

Stargazers over time

Stargazers over time