Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavio/guestbook-go
Simple guestbook built using Go and Vue.js
https://github.com/flavio/guestbook-go
Last synced: about 1 month ago
JSON representation
Simple guestbook built using Go and Vue.js
- Host: GitHub
- URL: https://github.com/flavio/guestbook-go
- Owner: flavio
- License: mit
- Created: 2018-01-12T14:08:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T15:31:16.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T06:57:26.245Z (2 months ago)
- Language: Go
- Size: 2.69 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.