A web site for looking through Project Gutenberg's book catalog.
Go to file
barnold 4c5626c9ef Get tests passing again. 2022-09-29 13:10:43 +01:00
lib Start getting rid of login-logout. Home page shows books. 2022-09-29 12:37:03 +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 Get tests passing again. 2022-09-29 13:10:43 +01:00
templates Start getting rid of login-logout. Home page shows books. 2022-09-29 12:37:03 +01:00
README Use Book::Schema, becoming dependent on dbix-tutorial... 2022-09-16 11:02:47 +01:00
my_app.yml More parameter checking and a custom not-found page. 2022-09-20 11:33:08 +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>