An example of using my Mojolicious::Plugin::Restify CPAN distribution.
This repository is offered up as an example of using the
Mojolicious::Plugin::Restify
CPAN distribution with Mojolicious. It's
also a good example (in my humble opinion) of how you should organise a
Mojolicious
app.
For experienced users you'll know what to do to get this working, but to make
this as useful as possible to those new to Perl or Mojolicious, I've also
included a Vagrantfile
.
After cloning this directory, run vagrant up
to see it in action. That's it!