guestbook-go

command module
v0.0.0-...-155a69b Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: MIT Imports: 6 Imported by: 0

README

Simple guestbook web application built using Go and Vue.js.

Uses Redis to store the data.

Meant to be used as a demo of a simple containerized workload for Kubernetes.

Environment variables

  • GUESTBOOK_REDIS_SOCKET: path to the unix socket used by the Redis database.
  • GUESTBOOK_REDIS_HOST: host running the Redis database.
  • GUESTBOOK_REDIS_PORT: port used by the Redis database.
  • GUESTBOOK_REDIS_PASSWORD: password used by the Redis database.
  • GUESTBOOK_PORT: port used by the guestbook web application.

By default the guestbook will listen on port 4000 and will attempt to connect to a Redis database running on its standard port on localhost.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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