Skip to content

bdelate/kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kanban

Kanban board created using Django Rest Framework on the back end with React and Redux on the front end.

More information on the creation of 'kanban' is available here: Kanban - Info

A live demo of 'kanban' is available here: Kanban - Live demo

Functionality:

  • Multiple boards per user
  • Column and card (task) creation
  • Dragging of cards between columns
  • Dragging of cards within a column to sort / organise them

Dev setup

docker-compose build
docker-compose run web python ./kanban/manage.py migrate --settings=kanban.settings.dev
docker-compose run web python ./kanban/manage.py createsuperuser --settings=kanban.settings.dev
docker-compose up

About

Kanban board created using React and Django Rest Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published