Haskell microservice to add comments to a task in mini kanban project
The idea was to create a rest microservice in haskell and mainly putting haskell code into "production" while also learning functional programming. The comments kanban is a microservice that brings comments in any task in any board at the mini-kanban microservice.
Start docker and run the following command in your terminal
"docker-compose up -d --build"
P.S this part might take a while, due to haskell being a compiled language.
To acess the application
"http://localhost:8835/comments/"
To access the documentation
http://localhost:5001/