Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hekike/scrumban
Realtime kanban board for fun
https://github.com/hekike/scrumban
Last synced: about 21 hours ago
JSON representation
Realtime kanban board for fun
- Host: GitHub
- URL: https://github.com/hekike/scrumban
- Owner: hekike
- Created: 2015-11-08T09:20:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T09:00:48.000Z (about 9 years ago)
- Last Synced: 2025-02-03T22:04:18.348Z (16 days ago)
- Language: JavaScript
- Homepage:
- Size: 126 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```