It is Real time Chat Application made by using react.js, Node.js and stream API
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