Skip to content

Simple guestbook built using Go and Vue.js

License

Notifications You must be signed in to change notification settings

alborotogarcia/guestbook-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple guestbook built using Go and Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 48.3%
  • HTML 46.9%
  • Dockerfile 4.8%