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::SimpleCRUD example application

DESCRIPTION

A simple Dancer application to demonstrate Dancer::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

AUTHOR

David Precious <davidp@preshewb.co.uk>