{"id":24576174,"url":"https://github.com/naitikmi/chathive","last_synced_at":"2026-04-08T12:34:19.352Z","repository":{"id":271071233,"uuid":"912323134","full_name":"naitikmi/ChatHive","owner":"naitikmi","description":"A full Stack chat application build using socket.io,talwind CSS","archived":false,"fork":false,"pushed_at":"2025-01-16T08:47:22.000Z","size":348,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T22:23:38.399Z","etag":null,"topics":["express","mongodb","node","react","socket-io","talwindcss"],"latest_commit_sha":null,"homepage":"https://chathive-a1d6.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/naitikmi.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}},"created_at":"2025-01-05T08:42:35.000Z","updated_at":"2025-01-16T08:47:24.000Z","dependencies_parsed_at":"2025-01-05T09:38:42.017Z","dependency_job_id":null,"html_url":"https://github.com/naitikmi/ChatHive","commit_stats":null,"previous_names":["naitikmi/chathive"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naitikmi%2FChatHive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naitikmi%2FChatHive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naitikmi%2FChatHive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naitikmi%2FChatHive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naitikmi","download_url":"https://codeload.github.com/naitikmi/ChatHive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244036314,"owners_count":20387492,"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","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":["express","mongodb","node","react","socket-io","talwindcss"],"created_at":"2025-01-23T22:21:56.129Z","updated_at":"2025-12-30T19:32:07.836Z","avatar_url":"https://github.com/naitikmi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat-App\n\nA real-time chat application built with modern web technologies:\n- **Frontend**: React.js with Tailwind CSS for a responsive and beautiful UI.\n- **Backend**: Node.js and Express.js for a robust and scalable server.\n- **Real-Time Communication**: Socket.IO for seamless bidirectional communication.\n- **Database**: MongoDB for efficient data storage and retrieval.\n\n---\n\n## Features\n\n- **User Authentication**: Sign up, log in, and secure sessions using JSON Web Tokens (JWT).\n- **Real-Time Messaging**: Instantly send and receive messages with Socket.IO.\n- **Responsive Design**: Tailwind CSS ensures the application looks great on all devices.\n- **Persistent Chat History**: Chat data is stored in MongoDB.\n- **Group Chats**: Create and participate in group conversations.\n- **Typing Indicator**: See when the other user is typing.\n- **Read Receipts**: Know when your messages are read.\n\n---\n\n## Installation and Setup\n\nFollow these steps to set up the project on your local machine:\n\n### Prerequisites\n- Node.js and npm installed on your system.\n- MongoDB installed and running locally or access to a MongoDB Atlas cluster.\n\n### Clone the Repository\n```bash\ngit clone https://github.com/naitikmi/ChatHive.git\ncd ChatHive\n```\n\n### Backend Setup\n1. Navigate to the `backend` directory:\n   ```bash\n   cd backend\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Create a `.env` file and add the following variables:\n   ```env\n   PORT=3000\n   MONGO_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   ```\n4. Start the server:\n   ```bash\n   npm run dev\n   ```\n\n### Frontend Setup\n1. Navigate to the `frontend` directory:\n   ```bash\n   cd frontend\n   ```\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n3. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe application will be available at ``.\n\n---\n\n## Folder Structure\n\n```plaintext\nchat-app/\n├── client/         # Frontend React application\n├── server/         # Backend Express server\n└── README.md       # Project documentation\n```\n\n---\n\n## Technologies Used\n\n### Frontend\n- **React.js**: Component-based architecture for building dynamic UIs.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n\n### Backend\n- **Node.js**: JavaScript runtime for server-side programming.\n- **Express.js**: Minimalist web framework for Node.js.\n- **Socket.IO**: Real-time, bidirectional communication.\n- **MongoDB**: NoSQL database for storing application data.\n\n---\n\n\n## Contributing\n\nContributions are welcome! If you have any ideas, suggestions, or find bugs, feel free to open an issue or submit a pull request.\n\n---\n\n\n## Acknowledgments\n\n- Thanks to the open-source community for providing the tools and libraries used in this project.\n\n---\n\n\n## Contact\n\nFor any inquiries, feel free to reach out:\n- **Email**: naitikm947@example.com\n- **GitHub**: [naitikmi](https://github.com/naitikmi)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaitikmi%2Fchathive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaitikmi%2Fchathive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaitikmi%2Fchathive/lists"}