{"id":22557632,"url":"https://github.com/nairgh/mern-chat","last_synced_at":"2026-04-19T13:32:21.853Z","repository":{"id":249713826,"uuid":"832319954","full_name":"nairgh/MERN-chat","owner":"nairgh","description":"MERN Stack Chat Application","archived":false,"fork":false,"pushed_at":"2024-07-23T14:38:06.000Z","size":4382,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T11:33:34.080Z","etag":null,"topics":["bcryptjs","chakra-ui","express-async-handler","jsonwebtoken","mongodb-atlas","mongoose","reactjs","socket-io-client","socket-io-server"],"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/nairgh.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-07-22T19:25:40.000Z","updated_at":"2024-10-25T14:14:50.000Z","dependencies_parsed_at":"2024-07-22T23:15:47.541Z","dependency_job_id":"e16a2819-82cd-4fd5-ac06-7a57bfdc071f","html_url":"https://github.com/nairgh/MERN-chat","commit_stats":null,"previous_names":["nairgh/mern-chat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nairgh/MERN-chat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairgh%2FMERN-chat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairgh%2FMERN-chat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairgh%2FMERN-chat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairgh%2FMERN-chat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nairgh","download_url":"https://codeload.github.com/nairgh/MERN-chat/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nairgh%2FMERN-chat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["bcryptjs","chakra-ui","express-async-handler","jsonwebtoken","mongodb-atlas","mongoose","reactjs","socket-io-client","socket-io-server"],"created_at":"2024-12-07T20:08:10.618Z","updated_at":"2026-04-19T13:32:21.837Z","avatar_url":"https://github.com/nairgh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![chat-page-login](https://github.com/user-attachments/assets/e75128e5-0d29-4e9d-807b-f8258d24b89e)\n\n![chatWindow](https://github.com/user-attachments/assets/8a1faec5-657a-4d04-981e-a105640844ef)\n\n\n\u003ca href = \"https://letuscat.onrender.com/chats\"\u003eVist the LetusChat Page \u003c/a\u003e\n\nMERN Stack Chat application\n===========================\n\nFunctionalities:\n===============\n  1. Single chat window\n  2. Group chat window(minimum 2 required for group chat)\n  3. Real time typing indicator\n  4. User Login/Register functionality\n  5. Notification alerts on messaging\n  6. Socket-io client/server realtime messaging\n\nBackend\n=======\nExecute the backend folder to serve the mongo db server\u003cbr\u003e\nThe rest api's are provided\u003cbr\u003e\nTest the selected backend api's using postman\u003cbr\u003e\n\nprovide the .env file with the mongo credentials and jwt secret \u003cbr\u003e\nrun npm start to run the backend \u003cbr\u003e\n\nFrontend\n========\n\nIn the project directory, you can run:\n\nnpm start\nRuns the app in the development mode.\nOpen http://localhost:3000 to view it in your browser.\n\nThe page will reload when you make changes.\nYou may also see any lint errors in the console.\n\nnpm test\nLaunches the test runner in the interactive watch mode.\nSee the section about running tests for more information.\n\nnpm run build\nBuilds the app for production to the build folder.\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\nYour app is ready to be deployed!\n\nSee the section about deployment for more information.\n\nnpm run eject\nNote: this is a one-way operation. Once you eject, you can't go back!\n\nIf you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.\n\nInstead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.\n\nYou don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.\n\nLearn More\nYou can learn more in the Create React App documentation.\n\nTo learn React, check out the React documentation.\n\nCode Splitting\nThis section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting\n\nAnalyzing the Bundle Size\nThis section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size\n\nMaking a Progressive Web App\nThis section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app\n\nAdvanced Configuration\nThis section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration\n\nDeployment\nThis section has moved here: https://facebook.github.io/create-react-app/docs/deployment\n\nnpm run build fails to minify\nThis section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnairgh%2Fmern-chat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnairgh%2Fmern-chat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnairgh%2Fmern-chat/lists"}