The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dancer::Plugin::SimpleCRUD example application

DESCRIPTION

A simple Dancer application to demonstrate Dancer::Plugin::SimpleCRUD in action.

USAGE

Just change into the example/ directory and run it:

  ./simplecrud-example.pl

As it's a Dancer app you can run it on a specific port with e.g.

  ./simplecrud-example.pl --port 5000

Then, point your browser at http://localhost:3000/ (or the port you chose - changing the hostname if it's on a different box to the one your browser is on), and see it in action, swoon, and send me lovely compliments. Well, at least see it in action, anyway, assuming it works for you.

AUTHOR

David Precious <davidp@preshweb.co.uk>