Previously, we built a simple task API that could create and retrieve tasks.
If you have been following this series, we've gradually progressed from building a simple HTTP server to creating a JSON-based task API. In this article, we will complete that progression by adding update and delete functionality, giving our API the four operations commonly known as CRUD.
CRUD stands for:
Create
Read






