A whatsapp-like chat app, built with node, vue, socket.io and mongodb.
make up
make install
# start the server
cd server && yarn nodemon
# start the client
cd client && yarn serve
make local-registry-up
docker-compose build
docker-compose push
make up-k8s