Skip to content

Commit

Permalink
Added a README.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Feb 20, 2016
1 parent 84e6d3d commit 6d5d62e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
@@ -0,0 +1,28 @@
# Modern Perl Web Development

This is the sample application for a workshop on Modern Perl Web Development.

The application that we develop is a simple Todo list manager. The
application uses Dancer2 and DBIx::Class.

The subdirectories show the application at different stages.

## Step 1

This is what you get when you generate a new Dancer2 application.

## Step 2

Make it look prettier with the addition of a light dusting of Bootstrap.

## Step 3

Use Plack Middleware to serve static files directly.

## Step 4

Display some data on the page.

## Step 5

Get the data that we display from a database table.

0 comments on commit 6d5d62e

Please sign in to comment.