An open API service indexing awesome lists of open source software.

https://github.com/hiejulia/kanbanboard

Scrumboard.
https://github.com/hiejulia/kanbanboard

angularjs django rest-api

Last synced: 4 months ago
JSON representation

Scrumboard.

Awesome Lists containing this project

README

          

Buy Me A Coffee


# KanbanBoard
A simple Kanban board with 'Todo', 'Progress', and 'Done' fields.

## Tech used:
+ Python Django for Restful API backend
+ AngularJS for front end

## APIs
+ /scrumboard/lists
+ /scrumboard/cards

## Models (one to many)
+ Card
+ List