{"id":15110111,"url":"https://github.com/the-developer-306/cosneckt","last_synced_at":"2026-02-11T10:01:55.399Z","repository":{"id":255744613,"uuid":"851091578","full_name":"the-developer-306/Cosneckt","owner":"the-developer-306","description":"Cosneckt is a web-based chat application designed to facilitate real-time communication between users.","archived":false,"fork":false,"pushed_at":"2024-09-08T07:31:57.000Z","size":5083,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T16:48:06.281Z","etag":null,"topics":["bcryptjs","chakra-ui","css","express-js","html","mongodb","mongoose","nodejs","react","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/the-developer-306.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-09-02T12:09:02.000Z","updated_at":"2024-12-28T18:01:47.000Z","dependencies_parsed_at":"2024-09-07T00:08:25.649Z","dependency_job_id":"5fe99b71-4c43-4d7c-b2db-586c211ec9d7","html_url":"https://github.com/the-developer-306/Cosneckt","commit_stats":null,"previous_names":["the-developer-306/cosneckt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-developer-306%2FCosneckt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-developer-306%2FCosneckt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-developer-306%2FCosneckt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-developer-306%2FCosneckt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-developer-306","download_url":"https://codeload.github.com/the-developer-306/Cosneckt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369937,"owners_count":20927927,"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":["bcryptjs","chakra-ui","css","express-js","html","mongodb","mongoose","nodejs","react","socket-io"],"created_at":"2024-09-25T23:41:08.659Z","updated_at":"2026-02-11T10:01:55.384Z","avatar_url":"https://github.com/the-developer-306.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosneckt\n\nCosneckt is a web-based chat application designed to facilitate real-time communication between users. This project leverages the MERN stack (MongoDB, Express.js, React, and Node.js) and integrates Socket.IO for real-time messaging.\n\n## Features\n\n- **User Authentication:** Secure login and signup functionality.\n- **Real-time Messaging:** Instant communication with the help of socket.io.\n- **Responsive Design:** Accessible on both desktop and mobile devices.\n- **User-friendly interface:** User-friendly interface with notifications.\n\n## Technologies Used\n\n- **Frontend:** React, HTML, CSS\n- **Backend:** Node.js, Express.js\n- **Database:** MongoDB\n- **Real-Time Communication:** Socket.IO\n\n## Installation\n\nTo get started with Cosneckt, follow these steps:\n\n1. **Clone the repository:**\n   ```sh\n   git clone https://github.com/the-developer-306/Cosneckt.git\n   cd Cosneckt\n\n2. **Install dependencies:**\n   ```sh\n   Install dependencies for both backend and frontend:\n    cd backend\n    npm install\n    cd ../frontend\n    npm install\n   \n   List of all dependencies(root):\n    \"bcryptjs\": \"^2.4.3\",\n    \"colors\": \"^1.4.0\",\n    \"dotenv\": \"^16.4.5\",\n    \"express\": \"^4.19.2\",\n    \"express-async-handler\": \"^1.2.0\",\n    \"jsonwebtoken\": \"^9.0.2\",\n    \"mongoose\": \"^8.6.1\",\n    \"nodemon\": \"^3.1.4\",\n    \"socket.io\": \"^4.7.5\"\n\n   List of all dependencies(frontend):\n    \"@chakra-ui/icons\": \"^2.1.1\",\n    \"@chakra-ui/react\": \"^2.8.2\",\n    \"@emotion/react\": \"^11.13.3\",\n    \"@emotion/styled\": \"^11.13.0\",\n    \"@testing-library/jest-dom\": \"^5.17.0\",\n    \"@testing-library/react\": \"^13.4.0\",\n    \"@testing-library/user-event\": \"^13.5.0\",\n    \"axios\": \"^1.7.7\",\n    \"framer-motion\": \"^11.5.4\",\n    \"react\": \"^18.3.1\",\n    \"react-dom\": \"^18.3.1\",\n    \"react-lottie\": \"^1.2.4\",\n    \"react-notification-badge\": \"^1.5.1\",\n    \"react-router-dom\": \"^5.3.4\",\n    \"react-scripts\": \"5.0.1\",\n    \"react-scrollable-feed\": \"^2.0.2\",\n    \"socket.io-client\": \"^4.7.5\",\n    \"web-vitals\": \"^2.1.4\"\n   \n3. **Set up environment variables: Create a .env file in the root directory and add the following:**\n   ```sh\n   MONGODB_URI=your_mongodb_uri\n   JWT_SECRET=your_secret_key\n\n4. **Run the application:**\n   ```sh\n   cd backend\n   npm start\n   cd ../frontend\n   npm start\n  \n## Contributing\n\nFeel free to fork the repository and submit pull requests. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nThis project is licensed under the MIT License.\n\n## Contact\n\nFor any questions or suggestions, feel free to reach out:\n\n- GitHub: [the-developer-306](https://github.com/the-developer-306)\n- Email: [whilealivecode127.0.0.1@gmail.com](mailto:whilealivecode127.0.0.1@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-developer-306%2Fcosneckt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-developer-306%2Fcosneckt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-developer-306%2Fcosneckt/lists"}