{"id":17973262,"url":"https://github.com/yeshwanth-ds/whisp","last_synced_at":"2026-04-10T04:39:03.849Z","repository":{"id":260087365,"uuid":"880229978","full_name":"yeshwanth-ds/WHISP","owner":"yeshwanth-ds","description":"The Whisp Chat App is a real-time messaging platform for users.","archived":false,"fork":false,"pushed_at":"2024-10-29T11:37:23.000Z","size":1553,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T11:14:11.780Z","etag":null,"topics":["expressjs","jwt-authentication","mongodb","nodejs","reactjs","socket-io","tailwindcss"],"latest_commit_sha":null,"homepage":"https://whisp-naa4.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/yeshwanth-ds.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":"2024-10-29T11:04:14.000Z","updated_at":"2024-10-29T11:42:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"c592c185-8400-4103-b04b-bfb08ba6460e","html_url":"https://github.com/yeshwanth-ds/WHISP","commit_stats":null,"previous_names":["yeshwanth-ds/whisp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshwanth-ds%2FWHISP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshwanth-ds%2FWHISP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshwanth-ds%2FWHISP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeshwanth-ds%2FWHISP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeshwanth-ds","download_url":"https://codeload.github.com/yeshwanth-ds/WHISP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247093251,"owners_count":20882381,"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":["expressjs","jwt-authentication","mongodb","nodejs","reactjs","socket-io","tailwindcss"],"created_at":"2024-10-29T16:30:07.123Z","updated_at":"2025-12-30T19:15:07.376Z","avatar_url":"https://github.com/yeshwanth-ds.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Whisp - Chat App Project 💬✨\n\nWelcome to the **Whisp Chat App Project**! This application is designed to provide a seamless messaging experience, enabling users to connect and communicate efficiently through real-time chat functionality.\n\n## 🛠️ Features\n\n- **Real-Time Messaging**: Utilize WebSocket technology for instant messaging between users.\n- **User Authentication**: Secure user registration and login features to manage accounts.\n- **Direct Messaging**: Enable users to send direct messages to each other.\n- **Notifications**: Implement real-time notifications for new messages and activities.\n\n## 📁 Project Structure\n\nThe project is structured as follows:\n\n```\n/whisp-chat-app\n├── /backend          # Server-side code\n│   ├── /config       # Configuration files\n│   ├── /controllers  # Business logic for routes\n│   ├── /models       # Database models\n│   ├── /routes       # API endpoints\n│   ├── /sockets      # WebSocket logic\n│   └── /utils        # Utility functions\n│\n├── /frontend         # Client-side code\n│   ├── /public       # Public assets\n│   ├── /src          # React source files\n│   │   ├── /components # Reusable components\n│   │   ├── /pages      # Page components (Chat, Login, etc.)\n│   │   └── /store      # State management (e.g., Redux)\n│   └── package.json    # Project metadata and dependencies\n│\n├── .env              # Environment variables\n└── README.md         # Project documentation\n```\n\n## 📁 Setup Instructions\n\nTo run this project locally, follow these steps:\n\n1. **Clone the repository**:\n\n   ```bash\n   git clone https://github.com/yourusername/whisp-chat-app.git\n   cd whisp\n   ```\n\n2. **Create a `.env` file** in your root directory and add the following environment variables:\n\n   ```plaintext\n   MONGO_URI=your_mongo_uri\n   PORT=5000\n   JWT_SECRET=your_secret_key\n   NODE_ENV=development\n   ```\n\n3. **Install dependencies**:\n\n   ```bash\n   # Navigate to the root directory and install dependencies\n   npm install\n\n   # Navigate to the frontend directory and install dependencies\n   cd ../frontend\n   npm install\n   ```\n\n4. **Run the backend server**:\n\n   ```bash\n   cd whisp\n   npm run server\n   ```\n\n5. **Run the frontend application**:\n\n   ```bash\n   cd ../frontend\n   npm run start\n   ```\n\n## 🚀 Usage\n\n- Visit `http://localhost:5173` in your browser to access the application.\n- Users can register or log in to access the chat features, create rooms, and send messages.\n\n## 🤝 Contributing\n\nContributions are welcome! If you have suggestions for improvements, new features, or API enhancements, feel free to open an issue or submit a pull request.\n\n---\n\nThank you for checking out the **Whisp - Chat App Project**! If you have any questions or need assistance, feel free to reach out.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeshwanth-ds%2Fwhisp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeshwanth-ds%2Fwhisp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeshwanth-ds%2Fwhisp/lists"}