Getting Started with the Chat App

A simple Chat application based

  • Chat-api
  • Chat-ui

How to RUN the App

  1. Build a docker image of the chat-api

cd chat-api

mvn clean package

  1. Build docker compose

cd ..

docker-compose up