filhodoto / chat-app-graphql

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

Home Page:chat-app.filhodoto.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

chat-app.filhodoto.vercel.app


Languages

Language:JavaScript 97.7%Language:HTML 1.1%Language:Dockerfile 0.8%Language:CSS 0.4%