CONTENTS
#NAME
Yancy::Guides - Guide to Yancy Documentation
#VERSION
version 1.081
#BASICS
- Learning Perl and Mojolicious
-
If you are new to Perl or Mojolicious, start from the Mojolicious documentation.
- Learning JSON Schema
-
Yancy uses JSON Schema to define and annotate the database schema. You can read more from the JSON Schema tutorial, but Yancy will try to read your database schema to start with.
#TUTORIAL
- Yancy::Guides::Tutorial
-
This guide builds a simple application using Yancy.
#GUIDES
- Yancy::Guides::Schema
-
Connecting to and documenting your database.
- Yancy::Guides::Model
-
Reading and writing your data.
- Yancy::Guides::Editor
-
Configuring and extending the Yancy editor.
- Yancy::Guides::Accounts
-
User authentication, authorization, and information.
- Yancy::Guides::Cookbook
-
Recipes for Yancy applications.
- Yancy::Guides::Upgrading
-
Breaking changes in Yancy releases and how to fix your application.
#OTHER RESOURCES
#Example Applications
The Yancy Git repository on Github includes some example applications you can use to help build your own websites. View the example application directory.
#SUPPORT
If you have any questions or suggestions, ask on the Yancy discussion board or open a ticket on Yancy's issue tracker. You can also join us on the official IRC channel #mojo-yancy
on irc.libera.chat
(chat now!)
#AUTHOR
Doug Bell <preaction@cpan.org>
#COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
#POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 31:
-
You forgot a '=back' before '=head1'