Skip to content

ohadch/ohad-chat-app

Repository files navigation

Ohad's Chat App

A whatsapp-like chat app, built with node, vue, socket.io and mongodb.

ezgif com-gif-maker (3)

Quick Start

make up

Setup dev environment

make install

# start the server
cd server && yarn nodemon

# start the client
cd client && yarn serve

Deployment

Local Kubernetes

make local-registry-up
docker-compose build
docker-compose push
make up-k8s