A chapApp where you can express what you want
Explore the docs »
View Demo
ms-chat-app is the macro version of ms-teams where you can form groups and can message & share images with different people. You can also customize the UI by yourself. Built for both desktop and mobile. It uses react-chatengine APIs.
Visit the website here
To get a local copy up and running follow these simple steps.
Package.json file mentioned the requirements you need to use the software and how to install them.
-
npm
npm install npm@latest -g
-
Any code editor of your choice (VScode preferable )
- Clone the repo
git clone https://github.com/mohitm15/ms-chat-app
- Install NPM packages and requirements
npm install or npm i
-
To run the frontend server , go to project folder first
cd ms-chat-app
and then
npm start
The frontend server will run on
localhost:/3000
-
To setup the backend server,
Go to https://chatengine.io/
and then
register yourself
The username & password you will chose by yourself. However, you will get a projectID.
-
Create a
.env.local
file in the root directory and paste the content as belowREACT_APP_PROJECT_ID="<your project Id>" REACT_APP_USERNAME="<username>" REACT_APP_USER_SECRET="<password>"
Now your environment variables also setup. You're ready to go.
Contributions are what makes the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Your Name -Mohit Maroliya
Project Link: https://github.com/mohitm15/ms-chat-app