Description Node JS rest api for simple react native app CRUD operations for posts. API Endpoints CRUD Tasks: /api/tasks/[:taskId] CRUD Users: /api/users/[:userId] CRUD Posts: /api/posts/[:postId] Install npm install Run npm run start