Skip to content

jjn1056/Shutterstock-Guestbook-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Shutterstock::Guestbook - Example of a Guestbook application

SYNOPSIS

plackup lib/Shutterstock/Guestbook/Web.pm

DESCRIPTION

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.

Install and Run

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

AUTHOR

John Napiorkowski <<[email protected]> >

COPYRIGHT & LICENSE

Copyright 2011, John Napiorkowski

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

About

An example web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages