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
- Host: GitHub
- URL: https://github.com/robwillup/gochatty
- Owner: robwillup
- License: mit
- Created: 2025-10-18T12:37:44.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-19T02:51:01.000Z (8 months ago)
- Last Synced: 2025-10-19T15:57:38.803Z (8 months ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```