Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kevindasilvas/comments-kanban
- Owner: KevinDaSilvaS
- License: bsd-3-clause
- Created: 2021-04-25T19:46:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T18:30:52.000Z (over 2 years ago)
- Last Synced: 2024-10-10T02:58:05.721Z (about 1 month ago)
- Topics: conduit, docker, docker-compose, functional-programming, haskell, mongo, mongodb, rabbitmq, redis, spock, spock-framework, uuid
- Language: Haskell
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# comments-kanban
Haskell microservice to add comments to a task in mini kanban projectAbout 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")