Skip to content

cywforce/go-whatsapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-whatsapp

GoDoc Go Report Card

Simple chat with Go, GraphQL and React

image

Project setup

  • Fron-end: Front-end based on React + Typescript, mantained in website folder.

    • yarn start - Development mode
    • yarn build - Build production version
    • yarn type - Update types from GraphQL schema
  • Back-end: Back-end based in Go with persistence in Firestore (Googe Firebase)

    • Setup a new firebase project and copy project credentials to credentials.json, in project root.
    • make run - Start watcher for develpment mode
    • make gqlgen - Update and generate a fresh version of GraphQL code

Licenses

About

Simple chat with Go, GraphQL (GQLGen) and React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 41.9%
  • CSS 23.9%
  • Go 22.2%
  • HTML 9.9%
  • Makefile 1.1%
  • Dockerfile 1.0%