- Create room
- Send Images
- Responsive design
- Clone the repository
https://github.com/abhinavn-04/Chat-App.git
- Change the working directory
cd Chat-App
- Install dependencies
npm install
- Create
.env
file in root folder and add your variables
projectID="Your_chat_engine_project_id"
- Run the app
npm start
- Chat-Engine Setup
-
Go to Chat-Engine, sign up and create a new project
-
After creating project you will be redirected to project setings page and there you you can see you project ID
-
Finally create a Chat Room and set one of the user admin for that room. This user can delete this room from frontend.
-
You are all set! Open localhost:3000 to see the app.