{"id":25430442,"url":"https://github.com/avinash7r/full-chatapp","last_synced_at":"2026-04-06T21:32:26.822Z","repository":{"id":274743147,"uuid":"923556779","full_name":"avinash7r/full-chatApp","owner":"avinash7r","description":"a complete real-time chat app using mern","archived":false,"fork":false,"pushed_at":"2025-04-28T12:06:29.000Z","size":205,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T12:19:37.115Z","etag":null,"topics":["expressjs","mongodb-atlas","mongoose","nodejs","reactjs","socket-io","zustandjs"],"latest_commit_sha":null,"homepage":"https://full-chatapp-s6f6.onrender.com/","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/avinash7r.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}},"created_at":"2025-01-28T13:14:59.000Z","updated_at":"2025-04-28T12:06:33.000Z","dependencies_parsed_at":"2025-05-14T12:19:09.936Z","dependency_job_id":"c59d4c62-3aec-413f-a8e3-7e99ba52c240","html_url":"https://github.com/avinash7r/full-chatApp","commit_stats":null,"previous_names":["avinash7r/full-chatapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avinash7r/full-chatApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash7r%2Ffull-chatApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash7r%2Ffull-chatApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash7r%2Ffull-chatApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash7r%2Ffull-chatApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avinash7r","download_url":"https://codeload.github.com/avinash7r/full-chatApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avinash7r%2Ffull-chatApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270899479,"owners_count":24664714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","mongodb-atlas","mongoose","nodejs","reactjs","socket-io","zustandjs"],"created_at":"2025-02-17T03:28:20.030Z","updated_at":"2025-10-09T00:25:15.260Z","avatar_url":"https://github.com/avinash7r.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Full ChatApp 💬\n\n## Overview\nFull ChatApp is a real-time chat application built with modern web technologies, providing a seamless communication experience.\n\n## 🚀 Features\n- Real-time messaging\n- User authentication\n- Responsive design\n- Secure communication\n\n## 🛠 Tech Stack\n- **Frontend**: React.js\n- **Backend**: Node.js, Express.js\n- **Real-time Communication**: Socket.io\n- **State Management**: React Hooks\n- **HTTP Client**: Axios\n\n## 📦 Prerequisites\n- Node.js (v14 or later)\n- npm (v6 or later)\n\n## 🔧 Installation\n\n### Clone the Repository\n```bash\ngit clone https://github.com/avinash7r/full-chatApp.git\ncd full-chatApp\n```\n\n### Setup Environment\n1. Install server dependencies\n```bash\ncd server\nnpm install\n```\n\n2. Install client dependencies\n```bash\ncd ../client\nnpm install\n```\n\n3. Create a `.env` file in the `server` directory with the following variables:\n```\nPORT=5000\nMONGODB_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\n```\n\n## 🏃‍♂️ Running the Application\n\n### Development Mode\n1. Start the server\n```bash\ncd server\nnpm run dev\n```\n\n2. Start the client (in a new terminal)\n```bash\ncd client\nnpm start\n```\n\n### Production Build\n```bash\nnpm run build\nnpm start\n```\n\n## 📂 Project Structure\n```\nfull-chatApp/\n│\n├── client/               # React frontend\n│   ├── src/\n│   │   ├── components/\n│   │   ├── lib/\n│   │   └── App.js\n│\n├── server/               # Node.js backend\n│   ├── controllers/\n│   ├── models/\n│   ├── routes/\n│   └── index.js\n```\n\n## 🤝 Contributing\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📜 License\nDistributed under the ISC License.\n\n## 📞 Contact\nAvinash - [GitHub Profile](https://github.com/avinash7r)\n\nProject Link: [https://github.com/avinash7r/full-chatApp](https://github.com/avinash7r/full-chatApp)\n=======\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash7r%2Ffull-chatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favinash7r%2Ffull-chatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favinash7r%2Ffull-chatapp/lists"}