- Login/Signup
- Search For user
- Create group chats
- Realtime Chatting
- Add or remove users from the group
- User can change their details like name and profile pic
- User can make their profile public/private
-
Open terminal in root folder and run
npm install
to install the dependencies -
Now navigate to frontend folder using
cd .\frontend\
and runnpm install
to install frontend dependencies
-
Open terminal in root folder and run
npm start
-
Open another terminal in frontend folder and run
npm run start
-
Application will be opened in your browser now 💻
Always add environment variables in root folder