Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevindasilvas/comments-kanban

Haskell microservice to add comments to a task in mini kanban project
https://github.com/kevindasilvas/comments-kanban

conduit docker docker-compose functional-programming haskell mongo mongodb rabbitmq redis spock spock-framework uuid

Last synced: 28 days ago
JSON representation

Haskell microservice to add comments to a task in mini kanban project

Awesome Lists containing this project

README

        

# comments-kanban
Haskell microservice to add comments to a task in mini kanban project

About the 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.

Initializing the project


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/
```

[Link to access the mini-kanban repository](https://github.com/KevinDaSilvaS/Mini-Kanban "mini-kanban repository")