{"id":26740618,"url":"https://github.com/vikas9kumargupta/group-chat-application","last_synced_at":"2026-04-11T14:01:49.641Z","repository":{"id":280000019,"uuid":"922245374","full_name":"Vikas9kumargupta/Group-Chat-Application","owner":"Vikas9kumargupta","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-22T05:53:05.000Z","size":25084,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T16:22:48.858Z","etag":null,"topics":["java-8","javascript","react","spring","spring-boot","springboot","vitejs","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Vikas9kumargupta.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-25T17:44:32.000Z","updated_at":"2025-06-22T05:53:08.000Z","dependencies_parsed_at":"2025-02-28T21:24:56.893Z","dependency_job_id":"f658054f-5ba8-4028-a830-3f273175750f","html_url":"https://github.com/Vikas9kumargupta/Group-Chat-Application","commit_stats":null,"previous_names":["vikas9kumargupta/group-chat-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vikas9kumargupta/Group-Chat-Application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas9kumargupta%2FGroup-Chat-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas9kumargupta%2FGroup-Chat-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas9kumargupta%2FGroup-Chat-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas9kumargupta%2FGroup-Chat-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vikas9kumargupta","download_url":"https://codeload.github.com/Vikas9kumargupta/Group-Chat-Application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vikas9kumargupta%2FGroup-Chat-Application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["java-8","javascript","react","spring","spring-boot","springboot","vitejs","websocket"],"created_at":"2025-03-28T05:20:12.388Z","updated_at":"2026-04-11T14:01:49.600Z","avatar_url":"https://github.com/Vikas9kumargupta.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📢 Group Chat Application\n\nA real-time group chat application built using **React + Vite** for the frontend and **Spring Boot + WebSocket + MongoDB** for the backend. The app provides seamless, instant messaging with a modern UI and robust backend infrastructure.\n\n![Java](https://img.shields.io/badge/Java-17-blue?logo=openjdk)\n![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.x-6DB33F?logo=spring)\n![JavaScript](https://img.shields.io/badge/logo-javascript-blue?logo=javascript)\n![React](https://img.shields.io/badge/-ReactJs-61DAFB?logo=react)\n![License](https://img.shields.io/badge/License-MIT-green)\n\n---\n\n## 🚀 Features\n\n✅ **Real-time Messaging** - Instant message delivery via WebSockets  \n✅ **User Authentication** - Secure login and signup with JWT  \n✅ **Group Chat Support** - Users can create and join multiple chat rooms  \n✅ **MongoDB Integration** - Persistent chat storage  \n✅ **Modern UI** - Built with React and Vite for a smooth user experience  \n✅ **Spring Boot WebSocket** - Ensures efficient real-time communication  \n\n---\n\n## 🛠️ Tech Stack\n\n### **Frontend:**\n- React + Vite\n- Tailwind CSS (or any other styling library you used)\n- WebSockets (for real-time communication)\n\n### **Backend:**\n- Spring Boot\n- WebSocket\n- MongoDB (as the database)\n- Spring Security + JWT (for authentication)\n- Postman\n\n---\n\n## 📂 Project Structure\n\n```\n📦 GroupChatApp\n ┣ 📂 frontend  # React + Vite frontend\n ┃ ┣ 📂 src\n ┃ ┃ ┣ 📂 components\n ┃ ┃ ┣ 📂 pages\n ┃ ┃ ┣ 📂 services\n ┃ ┣ 📄 package.json\n ┃ ┣ 📄 vite.config.js\n ┣ 📂 backend  # Spring Boot backend\n ┃ ┣ 📂 src/main/java/com/groupchat\n ┃ ┣ 📂 controllers\n ┃ ┣ 📂 services\n ┃ ┣ 📂 models\n ┃ ┣ 📄 application.properties\n ┣ 📄 README.md\n```\n\n---\n\n## 🔧 Setup and Installation\n\n### **1️⃣ Clone the Repository**\n```sh\n git clone https://github.com/your-username/group-chat-app.git\n cd group-chat-app\n```\n\n### **2️⃣ Backend Setup**\n```sh\n cd backend\n mvn clean install\n mvn spring-boot:run\n```\nEnsure MongoDB is running on your system.\n\n### **3️⃣ Frontend Setup**\n```sh\n cd frontend\n npm install\n npm run dev\n```\n\n---\n\n## 🎯 Future Enhancements\n- ✅ Direct messaging support\n- ✅ Message reactions and emoji support\n- ✅ User typing indicators\n- ✅ Push notifications\n\n---\n\n## 🏆 Contributors\n- **Vikas Kumar Gupta** - [GitHub Profile](https://github.com/Vikas9kumargupta)\n\nFeel free to contribute! 😊\n\n---\n\n## 📜 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikas9kumargupta%2Fgroup-chat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikas9kumargupta%2Fgroup-chat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikas9kumargupta%2Fgroup-chat-application/lists"}