An open API service indexing awesome lists of open source software.

https://github.com/robwillup/gochatty

A Go chat app
https://github.com/robwillup/gochatty

Last synced: 4 days ago
JSON representation

A Go chat app

Awesome Lists containing this project

README

          

# gochatty
A Go chat app

## Running the 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:

```shell
git clone git@github.com:robwillup/gochatty.git
cd gochatty
```

Run the following commands:

```shell
chmod +x scripts/run.sh
./script/run.sh
```