{"id":23293692,"url":"https://github.com/abz4375/teamup","last_synced_at":"2026-05-18T17:04:44.805Z","repository":{"id":188665194,"uuid":"674775829","full_name":"abz4375/TeamUp","owner":"abz4375","description":"TeamUp empowers teams to collaborate seamlessly. 🤝 Track progress, share updates, and achieve collective goals 🎯 with this intuitive teamwork tool. 🎉 ","archived":false,"fork":false,"pushed_at":"2025-06-23T16:07:37.000Z","size":582,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-09T12:04:36.238Z","etag":null,"topics":["mern","next-auth","nextjs","team-platform","typescript"],"latest_commit_sha":null,"homepage":"https://team-up-one.vercel.app","language":"TypeScript","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/abz4375.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":"2023-08-04T18:42:47.000Z","updated_at":"2025-05-23T14:50:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f133ad9f-a46a-4a24-93c6-6df9d7e1e619","html_url":"https://github.com/abz4375/TeamUp","commit_stats":null,"previous_names":["abz4375/teamup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abz4375/TeamUp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abz4375%2FTeamUp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abz4375%2FTeamUp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abz4375%2FTeamUp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abz4375%2FTeamUp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abz4375","download_url":"https://codeload.github.com/abz4375/TeamUp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abz4375%2FTeamUp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264455987,"owners_count":23611064,"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":["mern","next-auth","nextjs","team-platform","typescript"],"created_at":"2024-12-20T06:16:40.800Z","updated_at":"2026-05-18T17:04:39.763Z","avatar_url":"https://github.com/abz4375.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TeamUp - A Modern Collaborative Project Management Platform 🚀 [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/abz4375/TeamUp)\r\n\r\nTeamUp is a full-stack web application built with Next.js 13+ that transforms project management and team collaboration. With real-time updates, task approval workflows, and comprehensive project management features, TeamUp helps teams work more efficiently together.\r\n\r\n## Core Features \r\n\r\n### 1. Enhanced User Authentication\r\n- **Google OAuth Integration:** Secure authentication using Google credentials 🔐\r\n- **Profile Management:** User profiles with customizable avatars and email verification\r\n- **Role-Based Access:** Granular permission system for project access\r\n\r\n### 2. Comprehensive Project Management\r\n- **Project Creation:** Initialize projects with Markdown-rich descriptions 📝\r\n- **Team Management:** \r\n  - Invite team members through email search\r\n  - Assign roles (owner 👑, maintainer 🔧, contributor 👷)\r\n  - Remove members with automatic task reassignment\r\n- **Project Deletion:** Safely remove projects with cleanup of associated tasks and user references\r\n\r\n### 3. Advanced Task Management\r\n- **Task Creation:** \r\n  - Create detailed tasks with rich descriptions\r\n  - Upload and attach files to tasks 📎\r\n  - Assign multiple team members to tasks\r\n- **Task Workflow:**\r\n  - Submit completed tasks for review\r\n  - Multi-stage approval process by project maintainers ✅\r\n  - Progress tracking with visual indicators\r\n- **Task Status:** Real-time progress bars showing approval status\r\n\r\n### 4. User Experience\r\n- **Dark/Light Mode:** Toggle between dark and light themes for comfortable viewing 🌓\r\n- **Responsive Design:** Fully responsive interface across devices\r\n- **Real-time Updates:** Instant reflection of project and task changes\r\n- **Markdown Support:** Rich text formatting for project and task descriptions\r\n\r\n### 5. File Management\r\n- **File Attachments:** Upload and manage files associated with tasks\r\n- **Secure Storage:** Safe file storage and access control\r\n\r\n## Technical Stack\r\n\r\n- **Frontend:** Next.js 13+, React, Material-UI\r\n- **Backend:** Next.js API Routes\r\n- **Database:** MongoDB with Mongoose\r\n- **Authentication:** NextAuth.js with Google Provider\r\n- **Storage:** File upload capabilities with form handling\r\n\r\n## Getting Started\r\n\r\n1. Clone the repository:\r\n```bash\r\ngit clone https://github.com/abz4375/TeamUp.git\r\n```\r\n\r\n2. Install dependencies:\r\n```bash\r\ncd TeamUp\r\nnpm install\r\n```\r\n\r\n3. Configure environment variables:\r\n```env\r\nMONGODB_URI=your_mongodb_uri\r\nAUTH_GOOGLE_ID=your_google_client_id\r\nAUTH_GOOGLE_SECRET=your_google_client_secret\r\n```\r\n\r\n4. Run the development server:\r\n```bash\r\nnpm run dev\r\n```\r\n\r\n## Project Structure\r\n\r\n```\r\nteam-up/\r\n├── src/\r\n│   ├── app/            # Next.js 13+ app directory\r\n│   ├── components/     # Reusable React components\r\n│   └── models/         # MongoDB schemas\r\n├── public/            # Static assets\r\n└── config/           # Configuration files\r\n```\r\n\r\n## Contributing\r\n\r\nWe welcome contributions! Please follow these steps:\r\n\r\n1. Fork the repository\r\n2. Create a feature branch\r\n3. Commit your changes\r\n4. Push to the branch\r\n5. Open a Pull Request\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License.\r\n\r\n---\r\n\r\nBuilt with 💻 by the TeamUp team\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabz4375%2Fteamup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabz4375%2Fteamup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabz4375%2Fteamup/lists"}