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 databaseTo run application:
npm startTo update permissions of a member role:
npm run allowMembersToCreateAnyArticle