Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.31 KB

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