Questions
- Implement a delete recipe operation when a
DELETE
request occurs. - Implement a GET /
recipes/{id}
endpoint using theFindOne
operation. - 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.