{"id":26952496,"url":"https://github.com/mathur-dev1142/chatapp","last_synced_at":"2026-04-02T03:02:17.061Z","repository":{"id":282603883,"uuid":"776743335","full_name":"Mathur-Dev1142/ChatApp","owner":"Mathur-Dev1142","description":"Chat Application Using Monogdb , node.js , socket.io , react.js","archived":false,"fork":false,"pushed_at":"2025-03-15T17:58:40.000Z","size":2325,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T00:30:42.965Z","etag":null,"topics":["express-js","mongodb","nodejs","reactjs","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/Mathur-Dev1142.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-03-24T11:17:03.000Z","updated_at":"2025-03-15T17:58:43.000Z","dependencies_parsed_at":"2025-03-15T18:45:35.212Z","dependency_job_id":null,"html_url":"https://github.com/Mathur-Dev1142/ChatApp","commit_stats":null,"previous_names":["mathur-dev1142/chatapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mathur-Dev1142/ChatApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathur-Dev1142%2FChatApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathur-Dev1142%2FChatApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathur-Dev1142%2FChatApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathur-Dev1142%2FChatApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mathur-Dev1142","download_url":"https://codeload.github.com/Mathur-Dev1142/ChatApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mathur-Dev1142%2FChatApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-js","mongodb","nodejs","reactjs","socket-io"],"created_at":"2025-04-03T00:29:25.240Z","updated_at":"2026-04-02T03:02:17.014Z","avatar_url":"https://github.com/Mathur-Dev1142.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- # Snappy - Chat Application\nSnappy is chat application build with the power of MERN Stack. You can find the tutorial [here](https://www.youtube.com/watch?v=otaQKODEUFs)\n\n\n![login page](./images/snappy_login.png)\n\n![home page](./images/snappy.png)\n\n## Installation Guide\n\n### Requirements\n- [Nodejs](https://nodejs.org/en/download)\n- [Mongodb](https://www.mongodb.com/docs/manual/administration/install-community/)\n\nBoth should be installed and make sure mongodb is running.\n\n```shell\ngit clone https://github.com/koolkishan/chat-app-react-nodejs\ncd chat-app-react-nodejs\n```\nNow rename env files from .env.example to .env\n```shell\ncd public\nmv .env.example .env\ncd ..\ncd server\nmv .env.example .env\ncd ..\n```\n\nNow install the dependencies\n```shell\ncd server\nyarn\ncd ..\ncd public\nyarn\n```\nWe are almost done, Now just start the development server.\n\nFor Frontend.\n```shell\ncd public\nyarn start\n```\nFor Backend.\n\nOpen another terminal in folder, Also make sure mongodb is running in background.\n```shell\ncd server\nyarn start\n```\n\nDone! Now open localhost:3000 in your browser. --\u003e\n\n# Snappy - Chat Application\n\nSnappy is chat application build with the power of MERN Stack. You can find the tutorial [here](https://www.youtube.com/watch?v=otaQKODEUFs)\n\n![login page](./frontend/images/snappy_login.png)\n\n![home page](./frontend/images/snappy.png)\n\n## Installation Guide\n\n### Requirements\n\n- [Nodejs](https://nodejs.org/en/download)\n- [Mongodb](https://www.mongodb.com/docs/manual/administration/install-community/)\n\nBoth should be installed and make sure mongodb is running.\n\n### Installation\n\n#### First Method\n\n```shell\ngit clone https://github.com/koolkishan/chat-app-react-nodejs\ncd chat-app-react-nodejs\n```\n\nNow rename env files from .env.example to .env\n\n```shell\ncd public\nmv .env.example .env\ncd ..\ncd server\nmv .env.example .env\ncd ..\n```\n\nNow install the dependencies\n\n```shell\ncd server\nyarn\ncd ..\ncd public\nyarn\n```\n\nWe are almost done, Now just start the development server.\n\nFor Frontend.\n\n```shell\ncd public\nyarn start\n```\n\nFor Backend.\n\nOpen another terminal in folder, Also make sure mongodb is running in background.\n\n```shell\ncd server\nyarn start\n```\n\nDone! Now open localhost:3000 in your browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathur-dev1142%2Fchatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathur-dev1142%2Fchatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathur-dev1142%2Fchatapp/lists"}