Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamkumaran/KanbanApp
Kanban App with server and client using Node.js, Javascript, GraphQL, Express, Apollo, Vue, Vuex, Angular
https://github.com/iamkumaran/KanbanApp
angular apollo apollo-angular apollographql css3 docker expressjs graphql html5 javascript kanban-board mongodb mongoose nodejs vue vuex
Last synced: 5 days ago
JSON representation
Kanban App with server and client using Node.js, Javascript, GraphQL, Express, Apollo, Vue, Vuex, Angular
- Host: GitHub
- URL: https://github.com/iamkumaran/KanbanApp
- Owner: iamkumaran
- License: mit
- Created: 2018-03-31T06:02:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T18:50:17.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:31:17.897Z (3 months ago)
- Topics: angular, apollo, apollo-angular, apollographql, css3, docker, expressjs, graphql, html5, javascript, kanban-board, mongodb, mongoose, nodejs, vue, vuex
- Language: JavaScript
- Homepage:
- Size: 150 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - iamkumaran/KanbanApp - Kanban App with server and client using Node.js, Javascript, GraphQL, Express, Apollo, Vue, Vuex, Angular (vue)
README
# KanbanApp
Kanban Board App built using vue, vuex, angular, graphql, mongodb, mongoose, apollographql, nodejs, expressjs...
## server
Readme: https://github.com/iamkumaran/KanbanApp/tree/master/server## client
>Developed with Vue.Readme: https://github.com/iamkumaran/KanbanApp/tree/master/client
## client-angular
>Developed with Angular.Readme: https://github.com/iamkumaran/KanbanApp/tree/master/client-angular
Note: Not Dockerized
# Docker Instructions
## To run the docker
```
docker-compose up -d# Kanban App should be running at
http://localhost:8080/
```## To see the running containers
```
docker ps -q
```## To stop the running containers
```
docker stop $(docker ps -q)
```## To remove the containers
```
docker rm $(docker ps -aq)
```## To view mounted images
```
docker images
```## To remove images
```
docker rmi # eg: docker rmi 0b970b3b701b
```