Run follow commands into chat
root directory
Some services use Rabbitmq or Mongodb as dependency, make sure those are running before to run the chat services.
Mongodb and Rabbitmq runs in background with docker
make run-dependencies
Open new terminal and run user service
make run-users-service
make run-websocket-server
Open new terminal and run chat bot
make run-chat-bot
Front end was made with React, truly I'm not a front end developer and very far away of that, it's really basic.
cd frontend && npm install
then into frontend directory
npm start dev