An open API service indexing awesome lists of open source software.

https://github.com/kevindasilvas/todolist

A haskell to-do-list microservice using gRPC
https://github.com/kevindasilvas/todolist

api grpc haskell microservice microservices mongodb mu-haskell rpc

Last synced: 2 months ago
JSON representation

A haskell to-do-list microservice using gRPC

Awesome Lists containing this project

README

          

## todolist

Haskell + gRPC = ❤️

### About the project:
##### A haskell to-do-list microservice using gRPC

#### Tech stack
- Mu-Haskell [🟪](https://higherkindness.io/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](https://github.com/KevinDaSilvaS/todolist/blob/main/todolist.proto) file