Skip to content

aleics/chatter

Repository files navigation

chatter

Build Status

An easy implementation of a chat using Angular and Go.

Chat screenshot

deploy

Create docker image for server:

docker build -t chatter-server .

Create docker image for web:

docker build -t chatter-web .

Deploy containers:

docker-compose up -d

You can also use the docker-build.sh script.