Skip to content

mark-adams/guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A guestbook app in Go (for demo purposes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published