{"id":45868382,"url":"https://github.com/taskpire/taskpire","last_synced_at":"2026-02-27T09:01:32.993Z","repository":{"id":311241226,"uuid":"1042993616","full_name":"TaskPire/TaskPire","owner":"TaskPire","description":"Task management tool","archived":false,"fork":false,"pushed_at":"2025-11-13T21:50:12.000Z","size":11035,"stargazers_count":9,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-13T23:29:06.044Z","etag":null,"topics":["node","reactjs","task","task-management","task-manager","task-scripts","tasks","vite"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TaskPire.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08-22T23:49:04.000Z","updated_at":"2025-11-13T21:50:16.000Z","dependencies_parsed_at":"2025-08-23T02:43:28.572Z","dependency_job_id":"61b473b7-322d-4ad2-9039-2ec0b5e0456f","html_url":"https://github.com/TaskPire/TaskPire","commit_stats":null,"previous_names":["rayiumir/taskpire","taskpire/taskpire"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TaskPire/TaskPire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaskPire%2FTaskPire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaskPire%2FTaskPire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaskPire%2FTaskPire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaskPire%2FTaskPire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaskPire","download_url":"https://codeload.github.com/TaskPire/TaskPire/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaskPire%2FTaskPire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29888778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T08:34:21.514Z","status":"ssl_error","status_checked_at":"2026-02-27T08:32:38.035Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["node","reactjs","task","task-management","task-manager","task-scripts","tasks","vite"],"created_at":"2026-02-27T09:01:18.861Z","updated_at":"2026-02-27T09:01:32.987Z","avatar_url":"https://github.com/TaskPire.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./Logo/TaskPire_Dark.png\"\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./Logo/TaskPire_Light.png\"\u003e\n        \u003cimg alt=\"TaskSquad Logo\" src=\"./Logo/TaskPire_Light.png\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n# TaskPire\n\nTaskPire is a task management tool built with React and Vite. It provides a simple and intuitive interface for managing tasks.\n\n## Getting Started\n\nTo get started with TaskPire, clone the repository and install the dependencies:\n\n```bash\nhttps://github.com/Rayiumir/TaskPire.git\ncd taskpire/\n```\n\nRunning the backend server:\n\n```bash\ncd backend/\nnpm install\nnpm start\n```\n\nthen, Running the frontend server:\n\n```bash\ncd frontend/TaskPire/\nnpm install\nnpm install vite --save-dev\nnpm run build\n```\n\nOpen your browser and navigate to `http://localhost:5173` to see the app in action.\n\n# Connection Database\n\nTo connect to the MongoDB database, you must complete the .env file with your database credentials.\n\n```\nMONGO_URI=mongodb://localhost:27017/MyProject\nJWT_SECRET=your_JWT_SECRET\nADMIN_INVITE_TOKEN=4588944\nPORT=5000\n```\n\nTo create admin access, just change from `user` to `admin` in the `users` section in the `Role` column of the database.\n\n## Run with Docker\n\n1. Clone the repository and enter its directory\n```bash\ngit clone https://github.com/Rayiumir/TaskPire.git\ncd TaskPire\n```\n\n2. Create .env file from sample and set `JWT_SECRET`, `ADMIN_INVITE_TOKEN` and database credentials\n```bash\ncp .env.sample .env\n# edit .env to set secrets and DB connection\n```\n\n3. Build and run\n```bash\ndocker compose up --build -d\n```\n\n4. Access the app\n- frontend: http://localhost:8080\n- backend: http://localhost:5000\n\n## Contributing\n\nWe welcome contributions to TaskPire! If you'd like to contribute, please fork the repository and submit a pull request.\n\n# Screenshots\n\n### Admin\n\n\u003ctable class=\"table\"\u003e\n\u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eAdmin Index\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eCreate Task\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eManage Tasks\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eUsers\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/Admin/1.png\" width=\"100%\" alt=\"Admin Index\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/Admin/2.png\" width=\"100%\" alt=\"Tasks\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/Admin/3.png\" width=\"100%\" alt=\"Create Tasks\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/Admin/4.png\" width=\"100%\" alt=\"Users\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n### User\n\n\u003ctable class=\"table\"\u003e\n\u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eUser Index\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eMy Tasks\u003c/th\u003e\n      \u003cth scope=\"col\" width=\"1000px\"\u003eDetails Task\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/User/1.png\" width=\"100%\" alt=\"Admin Index\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/User/2.png\" width=\"100%\" alt=\"Tasks\"\u003e\n      \u003c/td\u003e\n      \u003ctd\u003e\n        \u003cimg src=\"./Screenshots/User/3.png\" width=\"100%\" alt=\"Create Tasks\"\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskpire%2Ftaskpire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskpire%2Ftaskpire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskpire%2Ftaskpire/lists"}