{"id":25880567,"url":"https://github.com/tanishbasu2002/hackhubb","last_synced_at":"2025-03-02T13:33:35.811Z","repository":{"id":193276620,"uuid":"674738281","full_name":"TanishBasu2002/HackHubb","owner":"TanishBasu2002","description":"Fullstack Web Ecosystem for Developers","archived":false,"fork":false,"pushed_at":"2024-03-04T16:21:01.000Z","size":237938,"stargazers_count":5,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-03-04T17:59:33.627Z","etag":null,"topics":["clerkauth","hacktoberfest","livekit","mongoose","mux","mysql","nextjs13","nextui","prisma-orm","shadcn-ui","socket-io","typescript","websocket-chat"],"latest_commit_sha":null,"homepage":"https://hackhubb.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/TanishBasu2002.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}},"created_at":"2023-08-04T16:37:43.000Z","updated_at":"2024-01-06T07:29:08.000Z","dependencies_parsed_at":"2023-10-16T03:09:09.337Z","dependency_job_id":"c2c13e7d-637a-4170-8ce3-5494eb8d22a7","html_url":"https://github.com/TanishBasu2002/HackHubb","commit_stats":null,"previous_names":["tanishbasu2002/hackhubb"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanishBasu2002%2FHackHubb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanishBasu2002%2FHackHubb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanishBasu2002%2FHackHubb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanishBasu2002%2FHackHubb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TanishBasu2002","download_url":"https://codeload.github.com/TanishBasu2002/HackHubb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241513358,"owners_count":19974734,"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":["clerkauth","hacktoberfest","livekit","mongoose","mux","mysql","nextjs13","nextui","prisma-orm","shadcn-ui","socket-io","typescript","websocket-chat"],"created_at":"2025-03-02T13:33:24.069Z","updated_at":"2025-03-02T13:33:35.783Z","avatar_url":"https://github.com/TanishBasu2002.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fullstack Web Ecosystem for Developers: \n\u003cimg src=\"https://tanish-basu-portfolio.vercel.app/_next/image?url=%2F_next%2Fstatic%2Fmedia%2FHackhubb.f6b84d69.png\u0026w=3840\u0026q=95\" alt=\"license\"\u003e\n## Main Technologies:\n \u003cimg src=\"https://skillicons.dev/icons?i=tailwind,ts,react,nextjs,prisma,git,github,mysql,planetscale,mongodb,vercel,linux,webflow,\" /\u003e\nFeatures:\n\n- Image Sharing both Personal and in community\n- fast and interactive webflow\n- Real-time messaging using Socket.io\n- Send attachments as messages using UploadThing\n- Delete \u0026 Edit messages in real time for all users\n- Create Text, Audio and Video call Channels\n- 1:1 conversation between members\n- 1:1 video calls between members\n- Member management (Kick, Role change Guest / Moderator)\n- Unique invite link generation \u0026 full working invite system\n- Infinite loading for messages and posts in batches of 10 (tanstack/query)\n- Server creation and customization\n- Beautiful UI using TailwindCSS and ShadcnUI\n- Full responsivity and mobile UI\n- Websocket fallback: Polling with alerts\n- ORM using Prisma\n- SQL Database integration\n- Authentication with Clerk\n\n### Prerequisites\n\n**Node version 18.x.x**\n\n### Cloning the repository\n\n```shell\ngit clone https://github.com/TanishBasu2002/HackHubb.git\n```\n\n### Install packages\n\n```shell\nnpm i\n```\n\n### Setup .env file\n\n```js\nNEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=\nCLERK_SECRET_KEY=\nNEXT_PUBLIC_CLERK_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_SIGN_UP_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=\nNEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=\n\nNEXT_CLERK_WEBHOOK_SECRET=\n\nMONGODB_URL=\n\nDATABASE_URL=\nMUX_TOKEN_SECRET=\nMUX_TOKEN_ID=\nSTRIPE_API_KEY=\nNEXT_PUBLIC_APP_URL=http://localhost:3000\nSTRIPE_WEBHOOK_SECRET=\nUPLOADTHING_SECRET=\nUPLOADTHING_APP_ID=\n\nLIVEKIT_API_KEY=\nLIVEKIT_API_SECRET=\nNEXT_PUBLIC_LIVEKIT_URL=\n```\n\n### Setup Prisma\n\nAdd MySQL Database (I used PlanetScale)\n\n```shell\nnpx prisma generate\nnpx prisma db push\n\n```\n\n### Start the app\n\n```shell\nnpm run dev\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command | description                              |\n| :------ | :--------------------------------------- |\n| `dev`   | Starts a development instance of the app |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishbasu2002%2Fhackhubb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanishbasu2002%2Fhackhubb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanishbasu2002%2Fhackhubb/lists"}