graphQLChat

A simple live GraphQL chat app built using React, Node, Apollo Server/Client and TypeGraphQL.

MIT License

Stars
7

GraphQL Live Chat App

A simple live GraphQL chat app built using React, Node, Apollo Server/Client and TypeGraphQL. Built for dev.to article series!

To Run

Server

  • Run yarn to install deps
  • Make .env file with PORT=9000
  • Run yarn watch to compile TS files
  • In another terminal, run yarn dev
  • Visit localhost:9000/graphql to view GraphQL Playground

Client

  • Run yarn to install deps
  • Run yarn start
  • Visit localhost:3000

GraphQL API Endpoints

  • /graphql: has createChat mutation and allChats query resolvers
  • /subscriptions: has messageSent subscription
Badges
Extracted from project README
License: MIT Maintenance Ask Me Anything ! GitHub forks GitHub stars GitHub issues Open Source Love svg1 forthebadge