Shutterstock::Guestbook - Example of a Guestbook application
plackup lib/Shutterstock/Guestbook/Web.pm
This is an example web application using Web::Simple, Moo and HTML::Zoom.
Written in support of tech talk. The goal here is to explain a thinking process used to model systems, or how I would solve my own interview question.
The following is an overview of how to install and run this application.
- Fork and Clone Repository
Fork on github https://github.com/jjn1056/Shutterstock-Guestbook-Web, then clone your fork down to your local system.
- Install Depdendencies
From the root of your clone type:
cpanm --installdeps .
You may use to setup a local::lib first.
- Run the server
From the commandline and root of your local clone.
plackup lib/Shutterstock/Guestbook/Web.pm
Then point your browser to http://localhost:5000
John Napiorkowski <<[email protected]
> >
Copyright 2011, John Napiorkowski
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.