Kanban Board for Google App Engine in python.
Features:
- 3 Boards (To Do - Doing - Done)
- Create card
- Move card
- Update card
- Realtime update of board through Channel API
- python 2.7
- gcloud (https://cloud.google.com/sdk/?hl=en)
Start development server:
dev_appserver.py .
gcloud preview app deploy app.yml --promote
##Contact
- Martín Fernández ([email protected])
- Andres Pache ([email protected])