-
Notifications
You must be signed in to change notification settings - Fork 20
Dive into Valkyrie
E. Lynette Rayle edited this page Dec 18, 2019
·
9 revisions
Under Construction - Tutorial completed through Understand Resources.
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.
- Setting up the demo app
- Setting up Postgres
- Configuring app to use Valkyrie with Postgres
-
Understanding resources
- Defining resources
- Saving a resource
- Retrieving resources
-
Understanding change sets
- Defining change set properties
- Testing change set synchronization
- Defining change set validations
- Testing change set validations
- Using change sets with forms
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.