Last updated 5 years ago
Was this helpful?
To run the sever type in the command line:
npm run dev
"dev": "cross-env DEBUG=feathers-mongoose-casl nodemon src/"
Open src/mongoose.js and add this line
mongoose.set('debug', true);
Now you server run on:
You can see docs in this url:
And to work with the api in postman