Golang chat application with Google authentication.
A chat app written in Go with Google authentication. Chat with other users. This project was primarily for learning Go and brushing up on things such as Redis and Docker.
Pre-requisites: Install docker
, and follow One Time Set Up below.
make
Go
chat on localhost:8080
.
Create a Google application in Google Developer Console. Then, create a Client ID and Client Secret.
Create creds.json
with properties cid
and csecret
. These should contain your Client ID and Client Secret values. This enables Google authentication.
Check out my personal site!