Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

laupski/url-shortener

Repository files navigation

URL-Shortener CircleCI Go Report Card codecov

Proof of concept URL shortener project using Go, etcd and docker.

Requirements

  • go installed
  • docker installed

Initial Setup

To run out of the box, do the following:

  • cp example-config.toml config.toml
  • docker-compose up
  • Navigate to localhost:8000 and the web page should appear.