{"id":19664305,"url":"https://github.com/moazam05/mern-chat-socket-io-app","last_synced_at":"2026-04-10T12:31:32.018Z","repository":{"id":211415394,"uuid":"729054178","full_name":"Moazam05/mern-chat-socket-io-app","owner":"Moazam05","description":"Real-time chat application","archived":false,"fork":false,"pushed_at":"2023-12-30T12:53:03.000Z","size":320,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T12:05:02.049Z","etag":null,"topics":["cloudinary","express","formik","material-ui","mongodb","nodejs","reactjs","reacttypescript","redux-toolkit","rtk-query","socket-io"],"latest_commit_sha":null,"homepage":"https://mern-chat-app-g9i9.onrender.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Moazam05.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-08T09:56:01.000Z","updated_at":"2023-12-18T13:07:53.000Z","dependencies_parsed_at":"2023-12-30T13:22:18.971Z","dependency_job_id":"47943400-20a0-4d89-86c0-6da6cad3a277","html_url":"https://github.com/Moazam05/mern-chat-socket-io-app","commit_stats":null,"previous_names":["moazam05/mern-chat-socket-io-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Moazam05/mern-chat-socket-io-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moazam05%2Fmern-chat-socket-io-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moazam05%2Fmern-chat-socket-io-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moazam05%2Fmern-chat-socket-io-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moazam05%2Fmern-chat-socket-io-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Moazam05","download_url":"https://codeload.github.com/Moazam05/mern-chat-socket-io-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Moazam05%2Fmern-chat-socket-io-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31642688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cloudinary","express","formik","material-ui","mongodb","nodejs","reactjs","reacttypescript","redux-toolkit","rtk-query","socket-io"],"created_at":"2024-11-11T16:17:26.485Z","updated_at":"2026-04-10T12:31:31.989Z","avatar_url":"https://github.com/Moazam05.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# MERN 📑 Chat App\n\nReal-time chat application built with the MERN (MongoDB, Express.js, React, Node.js) stack, and for real-time communication, we used Scoket.io.\n\n\n\n## Features\nUser Authentication\n- Easily create an account with minimal information.\n\nFriend Discovery\n- Effortlessly find friends using the search bar.\n- Initiate connections and expand your network.\n\nGroup Chat\n- Users can create group chats for collaborative conversations.\n- Receive real-time notifications for messages and updates within group chats.\n- Admins have the authority to remove members from group chats for effective moderation.\n\nProfile Update\n- Easily updating your profile details.\n\n## Tech Stack\n\n**Client:** React, ReactTypeScript, Redux Toolkit, Material UI, Formik\n\n**API Handlers:** RTK Query\n\n**Server:** Node, Express\n\n**Database:** Mongo DB\n\n**Cloudinary:** For Image Uploading\n\n**Real Time Communication:** Socket.io\n\n\n## Screenshots\n\n![signup](https://i.postimg.cc/90wQDG7b/Sign-Up.png)\n\n![Sign in](https://i.postimg.cc/05hpcnc8/Login.png)\n\n![Profile](https://i.postimg.cc/vZbxNN9d/Profile.png)\n\n![Chat 1](https://i.postimg.cc/Cxc56LSj/Chat-1.png)\n\n![Chat 2](https://i.postimg.cc/yNnmjzr5/Chat-2.png)\n\n![Notification](https://i.postimg.cc/C17fYHVQ/notification.png)\n\n![Group chat](https://i.postimg.cc/0QMCyBcB/Group-Chat.png)\n\n![Group chat 2](https://i.postimg.cc/KvNtxbmY/Update-Group-Chat.png)\n\n![Group Chat 3](https://i.postimg.cc/wMBRByqT/group.png)\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file\n\n### Backend ###\n\n```bash\n NODE_ENV:  development\n PORT:      5000\n DATABASE:  Insert your MongoDB database connection link\n CLOUDINARY_CLOUD_NAME: \n CLOUDINARY_API_KEY:\n CLOUDINARY_API_SECRET: \n```\n\n### Frontend ###\n\n```bash\n REACT_APP_API_URL:  'http://127.0.0.1:5000/api/v1/'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoazam05%2Fmern-chat-socket-io-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoazam05%2Fmern-chat-socket-io-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoazam05%2Fmern-chat-socket-io-app/lists"}