Skip to content

atomcode93/go-messanger-app

Repository files navigation

go-graphql

Create GraphQL Api Service + Realtime PubSub use Golang

Installation

  • MYSQL (currently use MYSQL database)
  • Change database connection in /config/config.go
  • Import schema.sql to database
mysql -u root -p YOUR-DATABASE-NAME < schema.sql

start Server

go run main.go

React client

Integration

  • This chat service can be integrated into your website whatever language/CMS you are using.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages