-
Notifications
You must be signed in to change notification settings - Fork 23
Dive into Valkyrie
E. Lynette Rayle edited this page Mar 27, 2022
·
9 revisions
This is a demo that touches the major concepts of Valkyrie. It builds a demo app using the Postgres adapter. It does not cover everything you will want to know when building a Valkyrie based app. Refer to the Valkyrie documentation for more information.
- Concepts of Valkyrie
- Setting up the demo app
- Setting up Postgres
- Configuring app to use Valkyrie with Postgres
- Understanding resources (Define and test first resource)
- Understanding change sets
A completed version of the app built by this tutorial is available. Commits correspond to each of the lessons that create parts of the app.