Using docker-compose:
docker-compose up --build
Each widget has own REST API in the following format:
See more details for each widget api in:
- api/kanban.go
- api/gantt.go
- api/todo.go
- api/scheduler.go
Each widget has own Web Socket API in the following format:
See more details for each widget in:
- publisher/kanban.go
- publisher/gantt.go
- publisher/todo.go
- publisher/scheduler.go