{"id":29417849,"url":"https://github.com/ahmed3mr55/backsocial","last_synced_at":"2026-04-13T13:32:10.297Z","repository":{"id":303887984,"uuid":"1014551992","full_name":"ahmed3mr55/backsocial","owner":"ahmed3mr55","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-19T21:27:54.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-19T23:26:27.167Z","etag":null,"topics":["backend","cloudinary","expressjs","mongodb","social-media","socket-io"],"latest_commit_sha":null,"homepage":"https://front-social-seven.vercel.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/ahmed3mr55.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}},"created_at":"2025-07-06T00:21:12.000Z","updated_at":"2025-08-19T21:27:57.000Z","dependencies_parsed_at":"2025-07-10T09:25:37.684Z","dependency_job_id":"68b06f18-afc5-4408-83ee-0feed8cf50a7","html_url":"https://github.com/ahmed3mr55/backsocial","commit_stats":null,"previous_names":["ahmed3mr55/backsocial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ahmed3mr55/backsocial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed3mr55%2Fbacksocial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed3mr55%2Fbacksocial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed3mr55%2Fbacksocial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed3mr55%2Fbacksocial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmed3mr55","download_url":"https://codeload.github.com/ahmed3mr55/backsocial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmed3mr55%2Fbacksocial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31754878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T13:27:56.013Z","status":"ssl_error","status_checked_at":"2026-04-13T13:21:23.512Z","response_time":93,"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":["backend","cloudinary","expressjs","mongodb","social-media","socket-io"],"created_at":"2025-07-11T22:12:49.330Z","updated_at":"2026-04-13T13:32:10.275Z","avatar_url":"https://github.com/ahmed3mr55.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Social Media Platform\n\n\u003e A full‑featured social networking site built with Next.js, Tailwind CSS, Express.js, MongoDB and Socket.io.\n\n## 🛠️ Tech Stack\n\n* **Frontend:** Next.js, Tailwind CSS\n* **Backend:** Express.js, Socket.io\n* **Database:** MongoDB (Mongoose)\n* **Media Storage:** Cloudinary\n* **Authentication \u0026 Security:** JWT, HTTP‑Only Cookies, Two‑Factor (2FA)\n* **Real‑Time:** Socket.io for live notifications\n\n---\n\n## 🚀 Overview\n\nOur Social Media Platform lets you post text updates, like/unlike posts, comment and reply in threads, follow other users (with private‑account support), track profile visitors, and receive real‑time notifications for likes, comments, follows, profile visits, and more—all within a sleek, mobile‑friendly interface.\n\n---\n\n## 🔑 Features\n\n* **Post Creation \u0026 Engagement**\n  Create posts, like or unlike them, view like and comment counts.\n\n* **Nested Comments \u0026 Replies**\n  Add comments and threaded replies, show/hide replies with “load more.”\n\n* **User Profiles**\n  View any user’s profile showing bio, location, relationship status, personal links and profile picture.\n\n* **Privacy Controls \u0026 Follow Requests**\n  Switch to a private account—new followers require your approval; approve or reject incoming requests.\n\n* **Profile Visitor Tracking**\n  See who’s viewed your profile when you enable visitor history.\n\n* **Real‑Time Notifications**\n  Instant in‑app alerts (via Socket.io) for new followers, likes, comments, replies, profile visits, and more.\n\n* **Two‑Factor Authentication (2FA)**\n  Add extra security by requiring a one‑time code during login.\n\n* **Logout Everywhere**\n  Invalidate all active sessions from your account settings.\n\n* **Cloudinary Image Optimization**\n  Upload and serve optimized profile images and post media.\n\n---\n\n## ⚙️ Installation \u0026 Setup\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/ahmed3mr55/backsocial.git\n   cd back\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install       # or yarn install\n   ```\n\n3. **Environment Variables**\n   Create a `.env` file in the project root with these keys (do **not** include actual values):\n\n   ```env\n   MONGODB_URI=\n   SECRET_KEY=\n   NODE_ENV=\n   CLOUDINARY_CLOUD_NAME=\n   CLOUDINARY_API_KEY=\n   CLOUDINARY_API_SECRET=\n   EMAIL=\n   EMAIL_PASSWORD=\n   FRONT_URL=\n   ```\n\n4. **Run Backend (Express)**\n\n   ```bash\n   npm run start    # starts Express.js API\n   ```\n\n\n---\n\n## 🤝 Contributing\n\nContributions are welcome! Please open issues or submit pull requests to help improve the platform.\n\n---\n\n## 🔒 License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed3mr55%2Fbacksocial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmed3mr55%2Fbacksocial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmed3mr55%2Fbacksocial/lists"}