https://github.com/hiejulia/kanbanboard
Scrumboard.
https://github.com/hiejulia/kanbanboard
angularjs django rest-api
Last synced: 5 months ago
JSON representation
Scrumboard.
- Host: GitHub
- URL: https://github.com/hiejulia/kanbanboard
- Owner: hiejulia
- Created: 2017-07-20T09:25:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T09:37:06.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T21:46:19.887Z (over 1 year ago)
- Topics: angularjs, django, rest-api
- Language: Python
- Homepage: https://github.com/HienNguyen711/scrumboard
- Size: 10.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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