{"id":31642337,"url":"https://github.com/nael-awadallah/mern-chatify","last_synced_at":"2026-04-07T20:33:26.011Z","repository":{"id":314485223,"uuid":"1055708653","full_name":"nael-awadallah/mern-chatify","owner":"nael-awadallah","description":"This project is a full-stack web application built from the ground up with modern technologies, focusing on real-time communication, authentication, and a smooth user experience. It demonstrates best practices in backend security, frontend design, and deployment workflow — making it a solid foundation for scalable web apps.","archived":false,"fork":false,"pushed_at":"2025-09-12T17:18:42.000Z","size":2860,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-07T03:59:45.544Z","etag":null,"topics":["arcjet","cloudinary","daisyui","expressjs","jwt","mongodb","nodejs","reactjs","socket-io","tailwindcss","zustand"],"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/nael-awadallah.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-12T17:15:07.000Z","updated_at":"2025-09-12T17:20:26.000Z","dependencies_parsed_at":"2025-09-12T19:54:03.870Z","dependency_job_id":"7c4fbbd8-3c2b-4670-9199-76173e9c6fca","html_url":"https://github.com/nael-awadallah/mern-chatify","commit_stats":null,"previous_names":["nael-awadallah/mern-chatify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nael-awadallah/mern-chatify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nael-awadallah%2Fmern-chatify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nael-awadallah%2Fmern-chatify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nael-awadallah%2Fmern-chatify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nael-awadallah%2Fmern-chatify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nael-awadallah","download_url":"https://codeload.github.com/nael-awadallah/mern-chatify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nael-awadallah%2Fmern-chatify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["arcjet","cloudinary","daisyui","expressjs","jwt","mongodb","nodejs","reactjs","socket-io","tailwindcss","zustand"],"created_at":"2025-10-07T03:58:20.704Z","updated_at":"2026-04-07T20:33:25.987Z","avatar_url":"https://github.com/nael-awadallah.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e✨ Full-Stack Chat App with Auth \u0026 Emails ✨\u003c/h1\u003e\n\n![Demo App](/frontend/public/screenshot-for-readme.png)\n\nThis project is a full-stack web application built from the ground up with modern technologies, focusing on real-time communication, authentication, and a smooth user experience. It demonstrates best practices in backend security, frontend design, and deployment workflow — making it a solid foundation for scalable web apps.\n\n🔥 Key Features:\n\n- 🔐 Custom JWT Authentication – Secure login system without relying on third-party providers.\n- ⚡ Real-time Messaging with Socket.io – Instant chat experience with live updates.\n- 🟢 Presence Indicators – See who’s online or offline in real time.\n- 🔔 Notifications \u0026 Typing Sounds – Engaging chat interactions with toggle controls.\n- 📨 Automated Welcome Emails – Sent on signup via Resend.\n- 🗂️ Image Uploads via Cloudinary – Simple and reliable media handling.\n- 🧰 REST API (Node.js + Express) – Well-structured and scalable backend.\n- 🧱 MongoDB Database – Robust NoSQL storage for persistence.\n- 🚦 API Rate-Limiting (Arcjet) – Protects against abuse and ensures reliability.\n- 🎨 Modern UI – Built with React, Tailwind CSS, and DaisyUI for a clean and responsive design.\n- 🧠 State Management – Powered by Zustand for simplicity and performance.\n- 🧑‍💻 Git \u0026 GitHub Workflow – Branching, pull requests, and merges for team collaboration.\n- 🚀 Easy Deployment – Free-tier friendly hosting with Sevalla.\n\n---\n\n## 🧪 .env Setup\n\n### Backend (`/backend`)\n\n```bash\nPORT=3000\nMONGO_URI=your_mongo_uri_here\n\nNODE_ENV=development\n\nJWT_SECRET=your_jwt_secret\n\nRESEND_API_KEY=your_resend_api_key\nEMAIL_FROM=your_email_from_address\nEMAIL_FROM_NAME=your_email_from_name\n\nCLIENT_URL=http://localhost:5173\n\nCLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_name\nCLOUDINARY_API_KEY=your_cloudinary_api_key\nCLOUDINARY_API_SECRET=your_cloudinary_api_secret\n\nARCJET_KEY=your_arcjet_key\nARCJET_ENV=development\n```\n\n---\n\n## 🔧 Run the Backend\n\n```bash\ncd backend\nnpm install\nnpm run dev\n```\n\n## 💻 Run the Frontend\n\n```bash\ncd frontend\nnpm install\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnael-awadallah%2Fmern-chatify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnael-awadallah%2Fmern-chatify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnael-awadallah%2Fmern-chatify/lists"}