{"id":24576171,"url":"https://github.com/vedant-io/chatter","last_synced_at":"2026-05-03T07:31:41.332Z","repository":{"id":271759361,"uuid":"914479651","full_name":"vedant-io/Chatter","owner":"vedant-io","description":"A chat application where one can have real time conversation with someone on the website and its made possible using MERN stack and socket.io","archived":false,"fork":false,"pushed_at":"2025-01-28T15:05:16.000Z","size":835,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T16:22:28.280Z","etag":null,"topics":["chat-application","javascript","mern-stack","socket-io"],"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/vedant-io.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-09T17:16:24.000Z","updated_at":"2025-01-28T15:05:19.000Z","dependencies_parsed_at":"2025-01-09T18:37:38.727Z","dependency_job_id":"670b8ef7-b910-4b98-ba8f-bda3f82b9c3f","html_url":"https://github.com/vedant-io/Chatter","commit_stats":null,"previous_names":["vedant-io/chatter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedant-io%2FChatter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedant-io%2FChatter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedant-io%2FChatter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vedant-io%2FChatter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vedant-io","download_url":"https://codeload.github.com/vedant-io/Chatter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244036308,"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":["chat-application","javascript","mern-stack","socket-io"],"created_at":"2025-01-23T22:21:55.988Z","updated_at":"2026-05-03T07:31:41.300Z","avatar_url":"https://github.com/vedant-io.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatter\n\n## 🚀 Overview\n\nA feature-rich chat application designed for seamless communication. It leverages modern web technologies to provide real-time messaging, media sharing, and a responsive user experience.\n\n---\n\n## ✨ Features\n\n- **Authentication:** Secure user signup, login, and logout.\n- **Real-time Chat:** Instant message updates with WebSocket.\n- **Media Sharing:** Upload and share images using Cloudinary.\n- **User Profiles:** Customizable user profiles.\n- **Responsive Design:** Optimized for all devices.\n\n---\n\n## 🛠️ Technologies Used\n\n- **Backend:** Node.js, Express.js, MongoDB (Mongoose), WebSocket (Socket.IO), Cloudinary.\n- **Frontend:** React.js (with Vite), TailwindCSS, Zustand.\n\n---\n\n## 🔧 Setup and Installation\n\n### Prerequisites\n\n- Node.js and npm installed\n- MongoDB instance\n- Cloudinary account\n\n### Steps\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/vedant-io/Chatter.git\n   cd Chatter\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   # Backend\n   cd backend\n   npm install\n\n   # Frontend\n   cd ../frontend\n   npm install\n   ```\n\n3. Configure environment variables:\n\n   - Backend: Create a `.env` file in the `backend` folder with:\n\n     ```env\n     PORT=5000\n     MONGO_URI=\u003cyour-mongodb-uri\u003e\n     CLOUDINARY_NAME=\u003cyour-cloudinary-name\u003e\n     CLOUDINARY_API_KEY=\u003cyour-cloudinary-api-key\u003e\n     CLOUDINARY_API_SECRET=\u003cyour-cloudinary-api-secret\u003e\n     JWT_SECRET=\u003cyour-jwt-secret\u003e\n     ```\n\n   - Frontend: Update API base URL in `frontend/src/lib/axios.js`.\n\n4. Run the application:\n\n   ```bash\n   # Backend\n   cd backend\n   npm start\n\n   # Frontend\n   cd ../frontend\n   npm run dev\n   ```\n\n5. Open the application in your browser:\n\n   ```\n   http://localhost:5173\n   ```\n\n---\n\n## 📂 API Overview\n\nKey backend endpoints:\n\n- **Authentication**\n\n  - `POST /auth/login`: Login\n  - `POST /auth/register`: Register\n\n- **Messages**\n\n  - `GET /messages`: Fetch messages\n  - `POST /messages`: Send a message\n\n- **Users**\n  - `GET /users/:id`: User details\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedant-io%2Fchatter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvedant-io%2Fchatter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvedant-io%2Fchatter/lists"}