This example shows how to configure CASL with permissions that is stored in the database. See Cookbook for details.
npm ci
npm run migrate # migrates sqlite database
npm run seed # adds default records to the database
To run application:
npm start
To update permissions of a member role:
npm run allowMembersToCreateAnyArticle