{"id":22962184,"url":"https://github.com/adityanandanx/trybe","last_synced_at":"2026-05-10T02:05:26.562Z","repository":{"id":252566329,"uuid":"840791521","full_name":"adityanandanx/Trybe","owner":"adityanandanx","description":"Trybe connects your club to event sponsors and helps you to manage tasks for seamless collaboration within your team.","archived":false,"fork":false,"pushed_at":"2024-08-15T11:25:15.000Z","size":1239,"stargazers_count":6,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T05:12:18.401Z","etag":null,"topics":["club","club-management","django","django-rest-framework","events","fullstack","nextjs","nextjs14"],"latest_commit_sha":null,"homepage":"https://trybe-clubs.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/adityanandanx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["adityanandanx"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-08-10T17:38:26.000Z","updated_at":"2024-10-23T00:13:49.000Z","dependencies_parsed_at":"2024-08-15T13:03:50.177Z","dependency_job_id":null,"html_url":"https://github.com/adityanandanx/Trybe","commit_stats":null,"previous_names":["adityanandanx/trybe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adityanandanx/Trybe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityanandanx%2FTrybe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityanandanx%2FTrybe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityanandanx%2FTrybe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityanandanx%2FTrybe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adityanandanx","download_url":"https://codeload.github.com/adityanandanx/Trybe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adityanandanx%2FTrybe/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261237812,"owners_count":23128843,"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":["club","club-management","django","django-rest-framework","events","fullstack","nextjs","nextjs14"],"created_at":"2024-12-14T19:15:45.579Z","updated_at":"2026-05-10T02:05:21.523Z","avatar_url":"https://github.com/adityanandanx.png","language":"TypeScript","funding_links":["https://github.com/sponsors/adityanandanx"],"categories":[],"sub_categories":[],"readme":"# Trybe - Extensive Reach and Seamless Coordination for your club\nTrybe connects you to event sponsors and helps you to manage tasks for seamless collaboration within your team. \n\n\n## Features:\n### For Organizers - All Your Needs in One Place\n1. Manage your student club, group, branch, or organization efficiently.\n2. Keep track of your team's progress and tasks.\n3. Create and plan events easily.\n4. Connect with potential sponsors and pitch to them.\n5. Stay connected with alumni and receive guidance for the smooth running of your organization.\n6. Manage your event budget, including registration fees, prize money, sponsored funds, etc.\n7. Utilize a smooth attendance system based on QR codes and an easy way to distribute certificates.\n8. Host and provide coupons or offers from sponsors to increase the chances of profit for the sponsor, thus improving your chances of securing sponsorship.\n9. View and control the points system.\n\n### For Students or Attendees\n1. Find events you're interested in and enroll easily.\n2. Never lose track of what's going on in your university or even in others.\n3. Follow clubs or events that interest you.\n4. Easily access certificates.\n5. Earn experience points to redeem for swag.\n6. Use points to redeem coupons from local shops or major brands.\n\n### For Sponsors - An Easy Way to Promote Your Business or Brand\n1. Find events with the right target audience for you.\n2. Explore and learn about the organizers, their achievements, and accomplishments.\n3. Easily promote your business or brand by connecting directly with organizers.\n4. Provide promotional offers to connect directly with your target audience.\n5. Conduct surveys to analyze a specific audience or even their target audience.\n\n\n## Tech Stack\n- **Backend:** [Django](https://www.djangoproject.com/), [Django Rest Framework](https://www.django-rest-framework.org/)\n- **Frontend:** [Nextjs 14](https://nextjs.org/), [ShadcnUI](https://ui.shadcn.com/)\n\n## Development setup:\n### Pre-requisites:\n- [Python 3.10 or later](https://www.python.org/downloads/)\n- [Node 18.18 or later](https://nodejs.org/en/download/package-manager/current)\n- [pnpm](https://pnpm.io/installation)\n\n### Steps:\n- Clone the repo\n    ```bash\n    git clone https://github.com/adityanandanx/Trybe\n    cd Trybe\n    ```\n#### Backend Setup\n1. Setup [python virtual environment](https://docs.python.org/3/library/venv.html#creating-virtual-environments) named `.venv`:\n    ```bash\n    python -m venv .venv\n    ```\n2. Activate the environment (Only run the command corresponding to your OS/shell):\n    - Mac/Linux:\n    ```bash\n    source .venv/bin/activate\n    ```\n    - Windows Powershell:\n    ```bash\n    .venv\\Scripts\\Activate.ps1\n    ```\n    - Windows Cmd:\n    ```bash\n    .venv\\Scripts\\Activate.bat\n    ```\n3. Install python dependencies:\n    ```bash\n    pip install -r requirements.txt\n    ```\n4. Run django development server:\n    ```bash\n    cd backend\n    python manage.py runserver\n    ```\n\n#### Frontend Setup\n1. Install dependencies:\n    ```bash\n    cd frontend\n    pnpm install\n    ```\n2. Run nextjs development server:\n    ```bash\n    pnpm dev\n    ```\n\n\u003e **_Note:_**\n\u003e\n\u003e In order to fix the following error while the setup on windows\n\u003e ```ps\n\u003e about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.\n\u003e At line:1 char:1\n\u003e + .venv\\Scripts\\Activate.ps1\n\u003e + ~~~~~~~~~~~~~~~~~~~~~~~~~~\n\u003e     + CategoryInfo          : SecurityError: (:) [], PSSecurityException\n\u003e     + FullyQualifiedErrorId : UnauthorizedAccess \n\u003e ```\n\u003e Run the command :\n\u003e ```ps\n\u003e Set-ExecutionPolicy Unrestricted -Scope Process\n\u003e ```\n\u003e In case you are unable to activate envoirnment in windows powershell or cmd then use git bash terminal and enter the following command.\n\u003e```bash\n\u003esource .venv/bin/activate\n\u003e```\n\u003e ***","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityanandanx%2Ftrybe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityanandanx%2Ftrybe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityanandanx%2Ftrybe/lists"}