Questions
- Implement a delete recipe operation when a
DELETErequest occurs. - Implement a GET /
recipes/{id}endpoint using theFindOneoperation. - How are JSON documents stored in MongoDB?
- How does the LRU eviction policy work in Redis?
DELETE request occurs.recipes/{id} endpoint using the FindOne operation.