Skip to content

Realtime chat app with React, Apollo, GraphQL Subscriptions and Websockets

Notifications You must be signed in to change notification settings

filhodoto/chat-app-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app-graphql


app-snapshot


About

Realtime chat app that allows conversation between several users using a local GraphQL server.

Start Project

Start Server

From root folder

cd server\
yarn start

After this your server will be running and you'll be able to test any query/mutation at http://localhost:4000/

Start Client

From root folder

cd client\
yarn start

You'll be able to test the app at http://localhost:8080/

Built with

Assets