todolist Haskell + gRPC = ❤️ About the project: A haskell to-do-list microservice using gRPC Tech stack Mu-Haskell 🟪 Mongodb 🌿 Insomnia 🌒 (as gRPC client) Endpoints AddTask [Add one task] GetTasks [Lists all tasks for a given storyId] UpdateTask [Update one specific task] DeleteTask [Removes one specific task] More details on the proto file