Kanban Board App built using vue, vuex, angular, graphql, mongodb, mongoose, apollographql, nodejs, expressjs...
Readme: https://github.com/iamkumaran/KanbanApp/tree/master/server
Developed with Vue.
Readme: https://github.com/iamkumaran/KanbanApp/tree/master/client
Developed with Angular.
Readme: https://github.com/iamkumaran/KanbanApp/tree/master/client-angular
Note: Not Dockerized
docker-compose up -d
# Kanban App should be running at
http://localhost:8080/
docker ps -q
docker stop $(docker ps -q)
docker rm $(docker ps -aq)
docker images
docker rmi <IMAGE ID> # eg: docker rmi 0b970b3b701b