Realtime ChatApp

Realtime chat app using Node, Graphql, Subscriptions and React on the front-end

Introduction

This is a code repository for corresponding tutorial video. In this tutorial we will learn how to use subscriptions in express-graphql and make a Realtime chat application using it.

Usage

Run Server

cd ./server
npm install
json-server --watch db.json --port 3003
cd ./server
node server.js

Run App

cd ./frontend
npm install
npm start

Note

The starter folder contains the starter code to follow along with the video tutorial at https://youtu.be/r5KY5m5OXsI

Contributing

Pull requests are welcome.