Skip to content

abhijeetsingh-22/Realtime-Chat-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published