A Go chat app
You can run the app directly on your machine if you have Postgres and RabbitMQ.
Otherwise, you can run the containerized version with:
Clone this repo:
git clone [email protected]:robwillup/gochatty.git
cd gochattyRun the following commands:
chmod +x scripts/run.sh
./script/run.sh