A web site for looking through Project Gutenberg's book catalog.
Go to file
barnold 3c2dd9eac5 A few paging changes...
Pass the items name (plural) into the page nav partial.
Simplify what's shown if there's no more than one pageful of items.
2022-09-19 13:39:11 +01:00
lib Make rows-per-page a user preference. 2022-09-19 11:50:01 +01:00
public Add a little CSS and drop the static index page. 2022-09-19 12:29:08 +01:00
script Use "mojo generate app MyApp" to add things... 2022-09-13 09:52:55 +01:00
t A few paging changes... 2022-09-19 13:39:11 +01:00
templates A few paging changes... 2022-09-19 13:39:11 +01:00
README Use Book::Schema, becoming dependent on dbix-tutorial... 2022-09-16 11:02:47 +01:00
my_app.yml More on rows-per-page... 2022-09-19 10:04:57 +01:00

README

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>