https://github.com/beyarz/kancard
Online collaboration app with a custom built kanban board
https://github.com/beyarz/kancard
bulma-css chatroom collaboration collaboration-platform devise hotwire-turbo kanban-board rails rubyonrails sortablejs stimulusjs vscode
Last synced: about 2 months ago
JSON representation
Online collaboration app with a custom built kanban board
- Host: GitHub
- URL: https://github.com/beyarz/kancard
- Owner: Beyarz
- Created: 2022-04-24T18:54:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T08:30:28.000Z (about 3 years ago)
- Last Synced: 2025-02-13T18:50:49.644Z (4 months ago)
- Topics: bulma-css, chatroom, collaboration, collaboration-platform, devise, hotwire-turbo, kanban-board, rails, rubyonrails, sortablejs, stimulusjs, vscode
- Homepage:
- Size: 5.67 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kancard
An efficient way to backlog
With a little help from the classical kanban board
## Tech
- Bulma.css for styling
- Rails (obviously)
- Redis for pub/sub using ActioCable
- Devise gem for handling the authentication
- Rubocop for linting / formatting## Ruby version
- 3.0.0## System dependencies
- Bundler
- Npm / Yarn
- Redis## Getting started
- `bundle`
- `yarn`
- Start redis, `brew services start redis` (on a mac)
- run `rails server` & visit `http://127.0.0.1:3000/`## Development
See [dev.md](dev.md)
## Screenshot

## Issues / room for improvment
See [Issues.md](Issues.md)