/chatroom-graphql-apollo

Look readme file for DEMO - React, ApolloClient, ApolloServer, GraphQl

Primary LanguageTypeScriptApache License 2.0Apache-2.0

chatroom-graphql-apollo

🚀 DEMO - LIVE

Server deployed on Heroku so first you must visit server  to awaken

GraphQl Playground - Server

If you went to the server, you can go to the application

Chat Room - Client


🔑 Environment Variables

Server .ENV

  • PORT=8080
  • MONGO_DB_URI=XXXXXXXXXX
  • JWT_SECRET=XXXXXXXXXX

Client .ENV