Add CRUD and Aggregation operations including Pagination, Sorting, Filtering and Partial Text Search to your Node.js REST API. — In my previous Node.js tutorial, I outlined the steps required to build a Node.js Authentication API with Email Verification, Image Upload and Password Reset Using JWT, Passport.js, and Sendgrid. This tutorial will be a continuation of that tutorial, CRUD operations will be added for an ‘Event’ resource, users’ will have…