{"id":24503384,"url":"https://github.com/igomigo/taskpilot","last_synced_at":"2026-04-10T07:47:02.629Z","repository":{"id":246599824,"uuid":"821594069","full_name":"Igomigo/TaskPilot","owner":"Igomigo","description":"TaskPilot is a robust and intuitive project management software, inspired by popular tools like Trello. This app allows teams and individuals to organize tasks, collaborate effectively, and manage projects with ease.","archived":false,"fork":false,"pushed_at":"2025-02-23T18:22:15.000Z","size":726,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T19:20:10.126Z","etag":null,"topics":["api","backend","bull","jwt","mongodb","mongoose","nodejs","redis","socket-io"],"latest_commit_sha":null,"homepage":"https://taskpilot-36bs.onrender.com/","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/Igomigo.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-06-28T23:01:41.000Z","updated_at":"2025-02-23T18:22:18.000Z","dependencies_parsed_at":"2024-07-21T00:24:52.121Z","dependency_job_id":"56a7e015-c95a-4d38-8dde-211cdd7c2280","html_url":"https://github.com/Igomigo/TaskPilot","commit_stats":null,"previous_names":["igomigo/taskpilot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igomigo%2FTaskPilot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igomigo%2FTaskPilot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igomigo%2FTaskPilot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Igomigo%2FTaskPilot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Igomigo","download_url":"https://codeload.github.com/Igomigo/TaskPilot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243702845,"owners_count":20333878,"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","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":["api","backend","bull","jwt","mongodb","mongoose","nodejs","redis","socket-io"],"created_at":"2025-01-21T23:16:59.701Z","updated_at":"2026-04-10T07:46:57.584Z","avatar_url":"https://github.com/Igomigo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TaskPilot: Agile Task Management App\n\nTaskPilot is a robust and intuitive task management application built with Node.js and MongoDB, inspired by popular tools like Trello. This app allows teams and individuals to organize tasks, collaborate effectively, and manage projects with ease.\n\n## Key Features\n\n- **Boards and Lists:** Create and organize tasks into customizable boards and lists.\n- **Cards:** Detailed task cards with due dates, labels, attachments, and member assignments.\n- **Real-time Collaboration:** Seamless real-time updates using WebSocket technology.\n- **Activity Logging:** Track all user actions and changes with a comprehensive activity log.\n- **Notifications:** Receive real-time notifications for task assignments, comments, and due dates.\n- **Integration:** Easily integrate with third-party services for file attachments and more.\n\n## Technologies Used\n\n- **Backend:** Node.js, Express.js, MongoDB with Mongoose\n- **Frontend:** HTML, CSS, React, TailwindCSS\n- **Real-time Updates:** Socket.io\n- **Queue Management:** Bull for handling background jobs\n- **Security:** JWT for authentication, bcrypt for password hashing\n- **Deployment:** vercel/client, render/server, AWS/Azure/GCP for cloud deployment\n\n## Getting Started\n\n### Prerequisites\n\nEnsure you have the following installed on your local development environment:\n\n- Node.js\n- npm (Node Package Manager)\n- MongoDB\n\n### Installation\n\n1. **Clone the repository:**\n\n```bash\ngit clone https://github.com/yourusername/taskPilot.git\ncd taskPilot\n```\n\n2. **Install dependencies:**\n\n```bash\nnpm install\n```\n\n3. **Set up environment variables:**\n\n   Create a `.env` file in the root directory and add the following variables:\n\n```\nMONGODB_URI=your_mongodb_connection_string\nJWT_SECRET=your_jwt_secret\nPORT=3000\n```\n\n4. **Run the development server:**\n\n```bash\nnpm run dev\n```\n\nThe server will start on `http://localhost:3000`.\n\n## Usage\n\n### User Authentication\n\n- **Register:** Create a new user account.\n- **Login:** Authenticate with existing user credentials.\n- **Profile:** View and update user profile.\n\n### Board Management\n\n- **Create Board:** Create a new board for organizing tasks.\n- **Update Board:** Update board details.\n- **Delete Board:** Delete a board.\n- **Add/Remove Members:** Manage board members.\n\n### List Management\n\n- **Create List:** Create a new list within a board.\n- **Update List:** Update list details.\n- **Delete List:** Delete a list.\n- **Reorder Lists:** Change the order of lists within a board.\n\n### Card Management\n\n- **Create Card:** Create a new card within a list.\n- **Update Card:** Update card details (title, description, due dates, labels, etc.).\n- **Delete Card:** Delete a card.\n- **Assign Members:** Assign members to a card.\n- **Add Attachments:** Attach files to a card.\n- **Comments:** Add and view comments on a card.\n\n### Activity Log\n\n- **Track Actions:** Log and view actions performed on boards, lists, and cards.\n- **Real-time Updates:** Receive real-time updates on activities.\n\n### Notifications\n\n- **Real-time Notifications:** Receive instant notifications for task assignments, comments, and due dates.\n\n## Contribution\n\nContributions are welcome! Follow these steps to contribute:\n\n1. **Fork the repository:**\n\n   Click on the 'Fork' button on the top right of the repository page.\n\n2. **Clone your fork:**\n\n```bash\ngit clone https://github.com/yourusername/taskPilot.git\ncd/taskPilot\n```\n\n3. **Create a branch:**\n\n```bash\ngit checkout -b feature-name\n```\n\n4. **Make your changes and commit them:**\n\n```bash\ngit add .\ngit commit -m \"Add your commit message here\"\n```\n\n5. **Push to your fork:**\n\n```bash\ngit push origin feature-name\n```\n\n6. **Submit a pull request:**\n\n   Go to the original repository and click on 'New Pull Request' to submit your changes for review.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.\n\n## About\n\nTaskPilot is developed and maintained by Igomigo Fatai Victor. It was created as a project to showcase skills in full-stack development and provide a powerful tool for project management and collaboration.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figomigo%2Ftaskpilot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figomigo%2Ftaskpilot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figomigo%2Ftaskpilot/lists"}