Skip to content

go-ggz/ggz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

46af19f · Feb 18, 2020
Sep 22, 2019
Jun 5, 2019
Nov 23, 2019
Aug 18, 2019
Aug 18, 2019
May 6, 2019
Nov 30, 2019
Nov 23, 2019
Apr 3, 2018
Apr 28, 2019
Sep 5, 2019
Nov 29, 2017
Jun 6, 2019
Apr 14, 2019
Mar 12, 2019
Apr 14, 2019
Sep 22, 2019
Sep 5, 2019
Aug 22, 2019
Feb 18, 2020
Feb 18, 2020
Sep 5, 2019

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