A web site for looking through Project Gutenberg's book catalog.
Go to file
barnold 5cc21a2e7a Take the rpp preference out of auth...
and put it in the layout. The form response now redirects back to the current
page. Catch: if on the last page and you increase rpp, it redirects beyond
the last page and therefore 404s.
2022-09-29 10:59:37 +01:00
lib Take the rpp preference out of auth... 2022-09-29 10:59:37 +01:00
public Expand the About page. 2022-09-28 21:12:27 +01:00
script Use "mojo generate app MyApp" to add things... 2022-09-13 09:52:55 +01:00
t More checks against invalid input. 2022-09-22 17:33:27 +01:00
templates Take the rpp preference out of auth... 2022-09-29 10:59:37 +01:00
my_app.yml More parameter checking and a custom not-found page. 2022-09-20 11:33:08 +01:00
README Use Book::Schema, becoming dependent on dbix-tutorial... 2022-09-16 11:02:47 +01:00

This is for me to get acquainted with the perl web framework
Mojolicious.  It's running in 8.71, the version packaged for
Debian "bullseye".  A perlbrew upgrade to follow, possibly.

It depends on and uses the same database as
<https://tildegit.org/barnold/dbix-tutorial> so you'll need to install
that before running this toy app.

barnold <barnold@tilde.club>