Run the server
npm run devIf you want to see feathers-mongoose-casl logs then update dev script to
"dev": "cross-env DEBUG=feathers-mongoose-casl nodemon src/"If you want to see mongoose request
mongoose.set('debug', true);You can open this dashboard to your app:
feathersjs-mongoose-casl-admin
You're doing a great job so far, We have not finished yet, there are a few more steps left
Last updated
Was this helpful?