Free room chat practice done in golang and react
If you want to run the project locally on your pc you will have to create the following .env into chat-gin-web-socket/
PORT=8080
HOST=localhost
SCHEME=ws
If you don't configurate .env the server will have wss://cfabrica46-chat.herokuapp.com as host
docker build -t chat .
docker run --name chat -p 8080:8080 chat