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
- Host: GitHub
- URL: https://github.com/kevindasilvas/todolist
- Owner: KevinDaSilvaS
- Created: 2023-01-03T23:11:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T01:06:32.000Z (over 3 years ago)
- Last Synced: 2025-10-24T15:42:01.753Z (8 months ago)
- Topics: api, grpc, haskell, microservice, microservices, mongodb, mu-haskell, rpc
- Language: Haskell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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