Skip to content

anuprshetty/chatbox

Repository files navigation

Chatbox

An instant messaging app

user_1 user_2

How To Run?

  • docker compose up --build --detach
  • Access http://127.0.0.1:5000/ from 2 different tabs in the browser and start chatting.
  • docker compose logs --timestamps --follow
  • docker compose down