Skip to content

sujanchhetri/graphchat

Repository files navigation

graphchat

Experimenting with graphql and Node with this chat application

Stack

  • Node.js
  • Graphql
  • Apollo server
  • Subscriptions
  • Sequelize ORM
  • SQL
  • React.js
  • jwt authentication
  • bcrypt

Features

  • Authentication
  • Realtime data
  • Chat

Usage

  • clone or download the repository
  • npm i
  • cd client && npm i
  • npm run dev to run Server
  • cd client && npm start to run Client
  • Server runs at localhost:4000
  • Client runs at localhost:3000