{"id":22361394,"url":"https://github.com/kei-k23/task-mingle","last_synced_at":"2026-05-07T05:41:00.204Z","repository":{"id":215982295,"uuid":"737938379","full_name":"Kei-K23/task-mingle","owner":"Kei-K23","description":"TaskMingle is collaborative workspace for task management for your teams and organizations. It provide powerful task management feature with better user design and user experience.","archived":false,"fork":false,"pushed_at":"2024-01-12T04:51:47.000Z","size":236,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T15:53:51.164Z","etag":null,"topics":["colloboration","mongodb","nextjs","nextjs14","prisma","server-action","shadcn-ui","stripe","tailwindcss","taskmanagement","typescript"],"latest_commit_sha":null,"homepage":"https://task-mingle-phi.vercel.app","language":"TypeScript","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/Kei-K23.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}},"created_at":"2024-01-02T02:34:21.000Z","updated_at":"2024-01-11T14:23:55.000Z","dependencies_parsed_at":"2024-01-12T08:53:28.111Z","dependency_job_id":null,"html_url":"https://github.com/Kei-K23/task-mingle","commit_stats":null,"previous_names":["kei-k23/task-mingle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Ftask-mingle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Ftask-mingle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Ftask-mingle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kei-K23%2Ftask-mingle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kei-K23","download_url":"https://codeload.github.com/Kei-K23/task-mingle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245673751,"owners_count":20654008,"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":["colloboration","mongodb","nextjs","nextjs14","prisma","server-action","shadcn-ui","stripe","tailwindcss","taskmanagement","typescript"],"created_at":"2024-12-04T16:29:31.756Z","updated_at":"2025-10-07T17:13:39.491Z","avatar_url":"https://github.com/Kei-K23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskMingle (Task management solution web application)\n\n## Overview\n\nTaskMingle is a collaborative task management web application, inspired by Trello. It provides a flexible and visual way to organize tasks, projects, and workflows, allowing teams to collaborate seamlessly.\n\n## Features\n\nKey Features:\n\n- Auth\n- Organizations / Workspaces\n- Board creation\n- Unsplash API for random beautiful cover images\n- Activity log for entire organization\n- Board rename and delete\n- List creation\n- List rename, delete, drag \u0026 drop reorder and copy\n- Card creation\n- Card description, rename, delete, drag \u0026 drop reorder and copy\n- Card activity log\n- Board limit for every organization\n- Stripe subscription for each organization to unlock unlimited boards\n- Beautiful landing page\n\n## Tech Stack\n\n- Next.js 14 (server action for data mutation)\n- Mongodb\n- Prisma\n- Clerk (Auth)\n- TypeScript\n- Tailwind / ShadcnUI\n- Stripe\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm installed on your machine.\n- MongoDB database for storing application data.\n\n### Installation\n\n1. Clone the repository: `git clone https://github.com/Kei-K23/task-mingle`\n2. Navigate to the project directory: `cd your-web-app`\n3. Install dependencies: `npm install`\n4. Configure environment variables.\n5. Start the application locally: `npm run dev`\n\n### Configuration\n\nMake sure to set the following environment variables:\n\n- NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\u003cYOUR_CLERK_PUBLISHABLE_KEY\u003e\n- CLERK_SECRET_KEY=\u003cYOUR_CLERK_SECRET_KEY\u003e\n\n- NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/\u003cmodify_as_you_need\u003e\n- NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/\u003cmodify_as_you_need\u003e\n\n- NEXT_PUBLIC_UNSPLASH_ACCESS_KEY=\u003cYOUR_UNSPLASH_ACCESS_KEY\u003e\n- NEXT_PUBLIC_UNSPLASH_SECRET_KEY=\u003cYOUR_UNSPLASH_SECRET_KEY\u003e\n\n- DATABASE_URL=\u003cYOUR_MONGODB_DATABASE_CONNECTION_STRING\u003e\n\n- STRIPE_SECRET_KEY=\u003cYOUR_STRIPE_SECRET_KEY\u003e\n\n- WEBHOOK_SECRET_KEY=\u003cYOUR_WEBHOOK_SECRET_KEY_FOR_STRIPE\u003e\n\n- NEXT_PUBLIC_APP_URL=http://localhost:3000\n\n## Contributing\n\nWe welcome contributions from the community! If you find a bug or have an idea for an improvement, please open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n\n- Trello for the inspiration.\n\n---\n\nHappy collaborating with Your Web Application Name! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-k23%2Ftask-mingle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkei-k23%2Ftask-mingle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkei-k23%2Ftask-mingle/lists"}