Dockerised Mysql + Express + Nodejs + Apollo-graphql <--> Angular
$ docker-compose up --build -d
Then go to :
- http://localhost:4200 to view front website
- http://localhost:3000/graphql to play with apollo graphql
- Add angular apollo client in frontend
- Refactor graphql.js file
- Add mutations (create, delete, update user)