Chat application for real time personal and group conversation.
Created using Go + GraphQL + cockroachdb.
Project also running on
https://chatapplication-l400.onrender.comClone the project
git clone https://github.com/KaranLathiya/chat_application.gitInstall Go version 1.21
go install 1.21 Install dependencies
go mod tidy Set .env file
Start the server
go run server.go