Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 589 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 589 Bytes

Guestbook

This application is a demonstration application designed to mimic a old school guestbook website from the mid-late 90's.

It comes complete with:

  • Working guestbook functionality
  • A hit counter
  • Vintage "Microsoft Internet Explorer" badge
  • Absolutely no persistence whatsoever

Screenshot

Checkout the code

git clone https://bitbucket.org/markadams/guestbook

Build and run the tests

go build .
go test -v .

Install and run the app locally

go install .
guestbook