This project uses Feathers.
It is an example of making Feathers Casl work. But it is not working!
-
Do the necessary stuff like npm install
-
Do npm migrate
npm run migrate
-
Load the seed data
npx knex seed:run
- Notes: The password for both users are '123456'
-
Run the app and cross your finger
There should be a question somewhere on github discussion asking about how to make things work.