https://github.com/wargio/openkanban
An Open Source self-hosted Kanban
https://github.com/wargio/openkanban
html5 java javascript kanban kanban-board mit
Last synced: 11 months ago
JSON representation
An Open Source self-hosted Kanban
- Host: GitHub
- URL: https://github.com/wargio/openkanban
- Owner: wargio
- License: mit
- Created: 2018-02-16T12:39:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T02:37:23.000Z (about 2 years ago)
- Last Synced: 2025-03-19T02:38:25.856Z (over 1 year ago)
- Topics: html5, java, javascript, kanban, kanban-board, mit
- Language: Go
- Homepage:
- Size: 194 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Kanban
A simple kanban selfhosted.
Feature list:
* Tasks (with Users, Categories and Priorities)
* Comments
* Filters
* No database support
Original webui code author: https://github.com/scazzy/kanban-board
## Screenshot

## Building
```bash
go mod download
go build
```
## Updating the www files
you will need to install [go-assets-builder](https://github.com/jessevdk/go-assets-builder)
```bash
go-assets-builder -s /www -o assets.go www
```