Generate a RESTful API in Express.js that supports CRUD operations for a "Tasks" resource (id, title, completed). Include error handling and comments. . . .