{"id":26953057,"url":"https://github.com/dattatrayasamal/chatapp","last_synced_at":"2026-04-11T01:19:55.078Z","repository":{"id":284190346,"uuid":"954118938","full_name":"dattatrayaSamal/ChatApp","owner":"dattatrayaSamal","description":"A real-time chat application built with the MERN stack, featuring user authentication and one-to-one messaging.","archived":false,"fork":false,"pushed_at":"2025-03-26T11:28:16.000Z","size":111,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T01:19:40.144Z","etag":null,"topics":["expressjs","javascript","mongodb","nodejs","reactjs","socket-io"],"latest_commit_sha":null,"homepage":"https://heartfelt-quokka-14076e.netlify.app/","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/dattatrayaSamal.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":"2025-03-24T15:34:32.000Z","updated_at":"2025-03-26T11:30:28.000Z","dependencies_parsed_at":"2025-03-24T16:50:01.249Z","dependency_job_id":null,"html_url":"https://github.com/dattatrayaSamal/ChatApp","commit_stats":null,"previous_names":["dattatrayasamal/chatapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dattatrayaSamal/ChatApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dattatrayaSamal%2FChatApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dattatrayaSamal%2FChatApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dattatrayaSamal%2FChatApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dattatrayaSamal%2FChatApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dattatrayaSamal","download_url":"https://codeload.github.com/dattatrayaSamal/ChatApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dattatrayaSamal%2FChatApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278556193,"owners_count":26006081,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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":["expressjs","javascript","mongodb","nodejs","reactjs","socket-io"],"created_at":"2025-04-03T01:19:26.057Z","updated_at":"2025-10-06T03:54:34.112Z","avatar_url":"https://github.com/dattatrayaSamal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chat Application - MERN Stack \u0026 Chakra UI\n\u003ch2\u003e✨ Features\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eUser Authentication:\u003c/strong\u003e Secure login and signup with JWT authentication.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eForm Validation \u0026 Error Handling:\u003c/strong\u003e Ensures smooth user authentication experience.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eOne-to-One Chat:\u003c/strong\u003e Real-time messaging powered by Socket.IO.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eLive Updates:\u003c/strong\u003e Dynamic UI changes based on user interactions.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eResponsive UI:\u003c/strong\u003e Built with Chakra UI for a clean and modern look.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e🛠️ Tech Stack\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eFrontend: React.js, Chakra UI, Axios\u003c/li\u003e\n    \u003cli\u003eBackend: Node.js, Express.js, MongoDB, JWT Authentication\u003c/li\u003e\n    \u003cli\u003eReal-time Communication: Socket.IO\u003c/li\u003e\n    \u003cli\u003eDatabase: MongoDB\u003c/li\u003e\n    \u003cli\u003eState Management: React Context API\u003c/li\u003e\n    \u003cli\u003eAPI Testing: Postman\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e⚡ Installation \u0026 Setup\u003c/h2\u003e\n\u003ch3\u003e1️⃣ Clone the Repository\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003egit clone https://github.com/yourusername/chat-application.git\n\n\u003ch3\u003e2️⃣ Backend Setup\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003ecd backend\n\n\u003ch3\u003eConfigure Environment Variables\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003ePORT=5000\n\n\u003ch3\u003eRun the Server\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/pre\u003e\n\n\u003ch3\u003e3️⃣ Frontend Setup\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003ecd frontend\n\n\u003ch3\u003eStart the React App\u003c/h3\u003e\n\u003cpre\u003e\u003ccode\u003enpm start\u003c/code\u003e\u003c/pre\u003e\n\u003cp\u003eThe frontend will be running at \u003cstrong\u003ehttp://localhost:3000\u003c/strong\u003e.\u003c/p\u003e\n\n\u003ch2\u003e🔗 API Endpoints\u003c/h2\u003e\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003cth\u003eMethod\u003c/th\u003e\n        \u003cth\u003eEndpoint\u003c/th\u003e\n        \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ePOST\u003c/td\u003e\n        \u003ctd\u003e/api/auth/register\u003c/td\u003e\n        \u003ctd\u003eRegister a new user\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ePOST\u003c/td\u003e\n        \u003ctd\u003e/api/auth/login\u003c/td\u003e\n        \u003ctd\u003eAuthenticate user\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eGET\u003c/td\u003e\n        \u003ctd\u003e/api/users\u003c/td\u003e\n        \u003ctd\u003eFetch all users\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003eGET\u003c/td\u003e\n        \u003ctd\u003e/api/messages/:id\u003c/td\u003e\n        \u003ctd\u003eFetch chat messages\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n        \u003ctd\u003ePOST\u003c/td\u003e\n        \u003ctd\u003e/api/messages/send\u003c/td\u003e\n        \u003ctd\u003eSend a new message\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003ch2\u003e🚀 Future Enhancements\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003eGroup chat functionality.\u003c/li\u003e\n    \u003cli\u003eRead receipts and typing indicators.\u003c/li\u003e\n    \u003cli\u003eMessage search and filtering.\u003c/li\u003e\n    \u003cli\u003eUser profile management.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003e💡 Contributing\u003c/h2\u003e\n\u003cp\u003eContributions are welcome! Feel free to fork the repo and submit a pull request.\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdattatrayasamal%2Fchatapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdattatrayasamal%2Fchatapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdattatrayasamal%2Fchatapp/lists"}