Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 555 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 555 Bytes

Chat Application

Project setup

  • image
  • clone repo
  • cd into ./app
  • open terminal and execute docker-compose up --build
  • open the browser and go to http://localhost:8008/
  • Front-end is built using React js ( i would have prefered to use typescript ) but the packages related to STOMP (WebSockets) have issues related to types
  • there's a lot to be done ( Testing UI components and hooks ...ext)