{"id":21511601,"url":"https://github.com/parthamk/realtime-chat-application","last_synced_at":"2025-03-17T15:22:42.628Z","repository":{"id":244585873,"uuid":"803717304","full_name":"parthamk/realtime-chat-application","owner":"parthamk","description":"Zidio Internship project 2","archived":false,"fork":false,"pushed_at":"2024-08-06T07:15:32.000Z","size":1102,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T01:39:39.410Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/parthamk.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-05-21T08:56:23.000Z","updated_at":"2024-08-06T07:15:35.000Z","dependencies_parsed_at":"2024-07-25T07:53:40.281Z","dependency_job_id":"a70389b7-dd3c-48d5-8105-d50115409615","html_url":"https://github.com/parthamk/realtime-chat-application","commit_stats":null,"previous_names":["parthamk/realtime-chat-application"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthamk%2Frealtime-chat-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthamk%2Frealtime-chat-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthamk%2Frealtime-chat-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/parthamk%2Frealtime-chat-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/parthamk","download_url":"https://codeload.github.com/parthamk/realtime-chat-application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244056431,"owners_count":20390720,"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":[],"created_at":"2024-11-23T22:15:44.750Z","updated_at":"2025-03-17T15:22:42.595Z","avatar_url":"https://github.com/parthamk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Realtime Chat Application\n\nThis is a real-time chat application with features for group chats, user profiles, and notifications.\n\n[\u003cimg src=\"[http://www.google.com.au/images/nav_logo7.png](https://drive.google.com/file/d/18f4HRaTlyblkrbSbhtrdbXcmNkTxps3g/preview)\"\u003e](Preview)\n\n## How to run this application on localhost\n\nYou need to have the latest version of Node.js and MongoDB Community Server installed.\n\n1. Clone the repository with this command:\n   ```\n   git clone https://github.com/parthamk/realtime-chat-application.git\n   ```\n\n2. Once cloned, get into the directory:\n   ```\n   cd realtime-chat-application\n   ```\n\n3. To run the server, use these commands:\n   ```\n   cd server\n   npm install\n   npm start\n   ```\n\n4. To run the frontend, use these commands:\n   ```\n   cd client\n   npm install\n   npm start\n   ```\n\n## Technologies used to create the application\n\n### Frontend\n- React.js\n- Chakra UI\n- Libraries:\n  - react-router-dom\n  - axios\n  - socket.io-client\n  - react-scrollable-feed\n  - react-toastify\n  - @parthamk/notification-badge\n\n### Backend\n- Node.js\n- MongoDB\n- Libraries:\n  - express.js\n  - mongoose\n  - socket.io\n  - bcrypt\n  - jsonwebtoken\n  - colors\n  - dotenv\n\n## File Structure\n\n```\n└── 📁Feedback-Collection-System\n    └── 📁backend\n        └── .env\n        └── .gitignore\n        └── 📁controllers\n            └── sampleController.js\n        └── 📁models\n            └── Sample.js\n        └── package-lock.json\n        └── package.json\n        └── 📁routes\n            └── sampleRoutes.js\n        └── server.js\n    └── 📁frontend\n        └── .eslintrc.cjs\n        └── .gitignore\n        └── index.html\n        └── package-lock.json\n        └── package.json\n        └── postcss.config.js\n        └── 📁public\n            └── vite.svg\n        └── README.md\n        └── 📁src\n            └── App.css\n            └── App.jsx\n            └── 📁assets\n                └── react.svg\n            └── 📁components\n                └── Form.jsx\n                └── RequireAuth.jsx\n            └── index.css\n            └── main.jsx\n            └── 📁pages\n                └── 📁dashboard\n                    └── Dashboard.jsx\n                    └── Home.jsx\n                    └── Profile.jsx\n                └── Login.jsx\n                └── Register.jsx\n        └── tailwind.config.js\n        └── vite.config.js\n    └── package-lock.json\n    └── README.md\n    └── 📁server\n        └── .env\n        └── .gitignore\n        └── 📁controllers\n            └── authController.js\n            └── fromController.js\n        └── index.js\n        └── 📁models\n            └── authModel.js\n            └── formModel.js\n        └── package-lock.json\n        └── package.json\n        └── 📁routes\n            └── authRoutes.js\n            └── formRoute.js\n```\n\n## Features\n\n- Real-time messaging\n- Group chat functionality\n- User authentication\n- User profiles\n- Notifications\n\n## Contributing\n\nRaise an issue if you like to contribute.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthamk%2Frealtime-chat-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparthamk%2Frealtime-chat-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparthamk%2Frealtime-chat-application/lists"}