Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.01 KB

README.md

File metadata and controls

18 lines (10 loc) · 1.01 KB

GabMate

GabMate

Introduction

GabMate is an chat web app where you can chat to any person in group and in personal chat. You can create an channel to make a group and add any member you want to add in the channel. use can also start thread on an perticular message on any member. you can send emotes to any members messages and the web app even has an an sms feature to send sms for twillo. This app is coded in javascript language.

# run npm i for both client & server side to install the node packages.

# run npm start the client side and open localhost:3000.

# run npm run dev to start the server side and if you want to open and check server side open localhost:5000.

# create a .env file as give in .envexample and put your details of stream-chat and twillo API.

# Change the STREAM-CHAT API KEY in client > src> App.js > const apiKey = '<YOUR_STREAMCHAT_API_KEY>'; .