Skip to content

rodrigo-brito/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