Skip to content

Kanban application. (django channels and vue.js) for PyConJP 2018

License

Notifications You must be signed in to change notification settings

denzow/DjangoDeKanban

Repository files navigation

DjangoDeKanban

Kanban application. (django channels and vue.js)

How To Start

$ docker-compose up

containers

container role
service django
service_nginx nginx
db django backend(postgres)
redis channels backend
vuejs compile *.vue(vuecli)

How To Use

access http://localhost:3000

create account

login

create board

create list

add card

move

run daphne

if you want to run daphne. set $DJANGO_ENV.

$ export DJANGO_ENV=production
$ docker-compose up  -- run daphne

more information, see docker/service/start-server.sh.

About

Kanban application. (django channels and vue.js) for PyConJP 2018

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published