{"id":25938150,"url":"https://github.com/mehedi752/task-management-server","last_synced_at":"2026-04-10T11:31:08.883Z","repository":{"id":278676645,"uuid":"935796044","full_name":"Mehedi752/Task-Management-Server","owner":"Mehedi752","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-21T04:23:39.000Z","size":2220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T03:27:05.362Z","etag":null,"topics":["cors","dotenv","express-js","mongodb","node-js"],"latest_commit_sha":null,"homepage":"https://task-management-server-sage-kappa.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/Mehedi752.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-02-20T03:11:36.000Z","updated_at":"2025-02-21T04:24:28.000Z","dependencies_parsed_at":"2025-02-21T04:38:37.432Z","dependency_job_id":null,"html_url":"https://github.com/Mehedi752/Task-Management-Server","commit_stats":null,"previous_names":["mehedi752/task-management-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mehedi752/Task-Management-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FTask-Management-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FTask-Management-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FTask-Management-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FTask-Management-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mehedi752","download_url":"https://codeload.github.com/Mehedi752/Task-Management-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mehedi752%2FTask-Management-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641113,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["cors","dotenv","express-js","mongodb","node-js"],"created_at":"2025-03-04T03:34:46.114Z","updated_at":"2026-04-10T11:31:08.867Z","avatar_url":"https://github.com/Mehedi752.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 🚀 TaskMatrix - Ultimate Task Management Platform\n\n\u003e 🎯 **Organize, Prioritize, and Achieve Your Goals Effortlessly.**  \n\u003e An intuitive task management web app designed for developers, students, freelancers, and corporate professionals to streamline workflows and maximize productivity.\n\n---\n\n### 🌐 🔗 **Live Site \u0026 Demo**\n- 🚀 **Server Live Link**: [TaskMatrix Server](https://task-management-server-sage-kappa.vercel.app)\n\n---\n\n### ✨ 🌟 **Key Features**\n\n- 🔥 Smart Task Prioritization with intuitive workflows.\u003cbr\u003e\n- 🚀 Real-time Collaboration \u0026 Notifications for teams.\u003cbr\u003e\n- 📅 Flexible Scheduling with seamless calendar sync.\u003cbr\u003e\n- 💡 Productivity Boost with smart reminders \u0026 insights.\u003cbr\u003e\n- 🧩 Drag-and-Drop Functionality for easy task management.\u003cbr\u003e\n- 🔒 Secure Authentication with Firebase \u0026 JWT.\u003cbr\u003e\n- 🗄️ Persistent Data Storage with MongoDB.\u003cbr\u003e\n- 🌐 Fully Responsive Design for all devices.\u003cbr\u003e\n- 🎨 Smooth Animations powered by Framer Motion.\u003cbr\u003e\n\n---\n\n\n##  🛠️ ⚡ **Technologies Used**\n- 🚀 **Node.js** – Backend Runtime Environment\n- ⚡ **Express.js** – Web Framework for Node.js\n- 🗄️ **MongoDB** – NoSQL Database\n- 🔒 **CORS** – Cross-Origin Resource Sharing\n- 🌟 **dotenv** – Environment Variables for Secure Configuration\n\n---\n\n\n---\n\n### 📦 ⚡ **Server Dependencies**\n\n```json\n\"dependencies\": {\n  \"cors\": \"^2.8.5\",\n  \"dotenv\": \"^16.1.4\",\n  \"express\": \"^4.18.2\",\n  \"mongodb\": \"^6.13.0\"\n}\n```\n\n---\n\n### ⚡ 💻 **Server Installation Steps**\n\n1. **Clone the Server Repository**  \n   ```bash\n   git clone https://github.com/your-username/taskmatrix-server.git\n   cd taskmatrix-server\n   ```\n\n2. **Install Dependencies**  \n   ```bash\n   npm install\n   ```\n\n3. **Configure Environment Variables**  \n   Create a `.env` file in the root directory and add:\n   ```env\n   PORT=5000\n   DB_URI=your_mongodb_connection_string\n   JWT_SECRET=your_jwt_secret\n   ```\n\n4. **Run the Server**  \n   ```bash\n   npm run dev\n   ```\n\n5. 🌟 **Server Running at**: [http://localhost:5000](http://localhost:5000) 🚀\n\n---\n\n💥 **Ready to supercharge your productivity?**  \n🚀 **Try TaskMatrix now and master your workflow!** ✨\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi752%2Ftask-management-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehedi752%2Ftask-management-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehedi752%2Ftask-management-server/lists"}