Douglas McConnachie
Douglas McConnachie
Are you talking about the cat data? Add user id to each cat and amend the queries to filter data unique to each user? On 27 Dec 2017 12:17, "felixchristo"...
I think this would be a good challenge to learn for you as this project is a starter to build on.Base.js would be a good start. When personalising the cat...
I'd recommend posting somewhere like stackoverflow.com for questions such as this. There are plenty of helpful people on those question sites and maybe already an answer that can help you....
@denzLLL If you want you can offer payment for someone to do the work you want to be done. Otherwise you're not being constructive.
@DavideViolante Even a child could do that. Good news for the kid. 👍
You'd use a path like the following: `C:\Users\\AppData\Roaming\drush-launcher` Perhaps it could indicate the difference for people slavishly following instruction.
It is possible to override dependencies in `package.json` but do so at your own risk. The following worked via npm: ```` "overrides": { "@liaoliaots/nestjs-redis": { "@nestjs/common": "$@nestjs/common", "@nestjs/core": "$@nestjs/core" }...
Can't help without seeing the code, post an example repo. This is not clear at all.
First thing, if you are generating id then you should exclude the id on creates request body. What you have currently didn't make sense by allowing users to be submitted...
What is the request body you are submitting? I'll see if I can replicate error on my end.