This app is for the part of the process of WeGoWhere company hiring interview. This is a chat API capable of sending and receiving text messages using socket communication and message queues, with an emphasis on real-time interaction and scalability.
Clone the repo first.
git clone git@github.com:tinmaungzin/wgw-chat-api.gitInstall dependencies.
npm installYou can test the app with docker using
docker-compose up --buildOr you can test the app with terraform using
terraform initto initialize the terraform and
terraform apply