Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hekike/scrumban

Realtime kanban board for fun
https://github.com/hekike/scrumban

Last synced: about 1 month ago
JSON representation

Realtime kanban board for fun

Awesome Lists containing this project

README

        

# scumban

[ ![Codeship Status for hekike/scrumban](https://codeship.com/projects/6dcbd4d0-687a-0133-82ac-262bff2f2afa/status?branch=master)](https://codeship.com/projects/114269)

Experimental Trello like real-time kanban board with technologies like:

**server**

- Node.js
- Koa
- RethinkDB
- Redis
- MQTT

**client**

- React
- Redux
- MQTT

**docs**

- swagger

## Why?

I know there are too many existing kanban boards already available.
This project is much more about making some fun with shiny techs, but if you like it feel free to use. But remember this project is may not production ready.

## Run

```
npm install
npm start
```

## Test

```
npm test
```

## Coverage

```
npm run coverage
```