Skip to content

KevinDaSilvaS/todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published