Skip to content

zett-8/PWA-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWA CHAT APP

🖥️ Tech stack

  • Gatsby.js for client side

    • Great Gatsby (gatsby starter)
    • Styled-component
    • Material-UI
    • PWA (optional)
  • Hasura for backend and DB

  • Apollo for handling graphql and management state

  • Heroku for deploying Hasura

  • Firebase

    • Hosting for deploying gatsby file
    • Authentication for secure access to Hasura DB
    • Cloud Functions for handling JWT
    • Cloud Firestore for token refresh

🚀 Quick start

  1. clone this repository

    git clone https://github.com/Zett-8/pwa-chat.git
    cd pwa-chat
  2. run

    gatsby develop
  3. Check on browser

    The site is now running at http://localhost:8000