Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 582 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 582 Bytes

Chatting-Application

It is Real time Chat Application made by using react.js, Node.js and stream API

Screenshots

App Screenshot chat app

Installation

Client - front end part of the app Server - Back end part of the app

CLIENT:-

  npm install
  npm start
  npm install axios

SERVER:-

  npm init -y 
  npm install bcrypt crypto dotenv express getstream stream-chat nodemon twilio 
  npm start