s2ahil

Results 7 issues of s2ahil

added docs for express and mongoose sample application

use this " await Prompt.findByIdAndDelete(params.id); " instead of " await Prompt.findByIdAndRemove(params.id);"

await Prompt.findByIdAndDelete(params.id); is the correct code for deleting the prompt otherwise using remove will not delete prompt.

## Team or Project Name Deno-jokes ## Team Members name - sahil pradhan ## Screenshots of your Project ## Link to demo on Deno Deploy https://deno-jokes.deno.dev/ https://cold-weasel-50-1pmzppxx0050.deno.dev/ ## Link to...

Updated docs for samples-express-mongoose .