React JS Node JS Express JS Stream API Material UI
click the link Demo use the demo account :
UserName: demo1
Password: demo1happy
or
UserName: demo2
Password: demo2happy
or
signUp
Follow the steps to use the code:
- Install React JS and Node JS.
- Clone the repository
git clone https://github.com/Maroob123/Chat-App-With-StreamApi.git
- Go to getstream.io to get your Api for the Application. then go to the folder where you clone the repository and go inside server folder and create a file .env and paste the following variable names with your api data
STREAM_APP_ID = your_app_id
STREAM_API_KEY = your_api_key
STREAM_API_SECRET = your_api_secret
and run
npm run dev
- Go to client folder and run command
npm install
npm start
or
yarn install
yarn start