Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hauntedhost/kanban
Kanban 看板 is a Trello clone in Rails and Backbone.js
https://github.com/hauntedhost/kanban
Last synced: 5 days ago
JSON representation
Kanban 看板 is a Trello clone in Rails and Backbone.js
- Host: GitHub
- URL: https://github.com/hauntedhost/kanban
- Owner: hauntedhost
- License: mit
- Created: 2013-07-01T09:26:02.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-10-23T03:19:31.000Z (about 9 years ago)
- Last Synced: 2024-05-19T05:40:23.798Z (6 months ago)
- Language: Ruby
- Homepage: http://kanban.seanomlor.com
- Size: 1.94 MB
- Stars: 641
- Watchers: 58
- Forks: 203
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - hauntedhost/kanban - Kanban 看板 is a Trello clone in Rails and Backbone.js (others)
README
KANBAN 看板
===========Demo
----
Live demo hosted here on Heroku (database is reset daily):
[**LIVE DEMO**](http://kanban.seanomlor.com)[![Screenshot](/app/assets/images/screenshot.jpg)](http://kanban.seanomlor.com)
Summary
-------
Kanban is a work-in-progress Trello clone.Built with Ruby on Rails on the backend as a JSON API for Backbone.js on the frontend.
Notes
-----
* Hand-rolled Rails user authentication with BCrypt
* Custom, nested Rails JSON templating with [Rabl](https://github.com/nesquena/rabl)
* Backbone models/collections with [Backbone-relational.js](http://backbonerelational.org/)
* Auto-updating comment timestamps with jQuery [timeago](http://timeago.yarp.com)
* Editable board, list and card titles with jQuery [JEditable](http://www.appelsiini.net/projects/jeditable)License
-------
Kanban is released under the [MIT License](/LICENSE).---
Developed by [Sean Omlor](http://seanomlor.com)