{"id":13602664,"url":"https://github.com/innovencelabs/byteshare","last_synced_at":"2025-04-11T09:30:44.398Z","repository":{"id":216933720,"uuid":"742724705","full_name":"innovencelabs/byteshare","owner":"innovencelabs","description":"Large file sharing app [Community Edition]","archived":false,"fork":false,"pushed_at":"2024-05-04T04:24:05.000Z","size":1203,"stargazers_count":11,"open_issues_count":18,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-04T05:20:15.272Z","etag":null,"topics":["aws","fastapi","github-actions","hacktoberfest","nextjs","open-source","python","tailwindcss","terraform","typescript"],"latest_commit_sha":null,"homepage":"https://byteshare.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/innovencelabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-13T07:08:00.000Z","updated_at":"2024-05-04T05:20:19.074Z","dependencies_parsed_at":"2024-01-13T18:57:59.265Z","dependency_job_id":"bd958fb8-f2f7-4767-b17d-d5718988986f","html_url":"https://github.com/innovencelabs/byteshare","commit_stats":null,"previous_names":["ambujraj/byteshare","innovencelabs/byteshare"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovencelabs%2Fbyteshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovencelabs%2Fbyteshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovencelabs%2Fbyteshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innovencelabs%2Fbyteshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innovencelabs","download_url":"https://codeload.github.com/innovencelabs/byteshare/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248368179,"owners_count":21092314,"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":["aws","fastapi","github-actions","hacktoberfest","nextjs","open-source","python","tailwindcss","terraform","typescript"],"created_at":"2024-08-01T18:01:33.238Z","updated_at":"2025-04-11T09:30:44.033Z","avatar_url":"https://github.com/innovencelabs.png","language":"TypeScript","funding_links":[],"categories":["aws"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/ambujraj/ByteShare/assets/29935993/17be8a31-71f3-4581-975c-9c1f6a8de2ef\" alt=\"ByteShare logo\" width=\"200\" /\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eByteShare\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    An open-source file sharing app.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"GitHub License\" src=\"https://img.shields.io/github/license/innovencelabs/ByteShare\"\u003e\n    \u003cimg alt=\"GitHub Actions Workflow Status\" src=\"https://img.shields.io/github/actions/workflow/status/innovencelabs/byteShare/deploy-backend.yaml\"\u003e\n    \u003cimg alt=\"GitHub closed pull requests\" src=\"https://img.shields.io/github/issues-pr-closed/innovencelabs/ByteShare\"\u003e\n    \u003cimg alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/t/innovencelabs/ByteShare\"\u003e\n    \u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/Pricing-Free-green\"\u003e\n    \u003cimg alt=\"Static Badge\" src=\"https://img.shields.io/badge/Join_Us-Contribute-red\"\u003e\n\u003c/p\u003e\n\n\n## Overview\nMeet ByteShare, your go-to platform for seamless and secure file sharing. Designed for simplicity, ByteShare offers easy generation of shareable links and QR codes, making file sharing a breeze. Whether it's a single document or a collection of files, ByteShare streamlines the process, ensuring a user-friendly experience for all.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"Product Introduction\" src=\"https://github.com/innovencelabs/byteshare/assets/29935993/2b004094-59b8-4e24-a0a4-6c9777b56b26\"\u003e\n\u003c/p\u003e\n\n  \n## Local Setup\n1. Clone the repository\n```bash\ngit clone https://github.com/innovencelabs/ByteShare.git\ncd ByteShare\n```\n2. Install Terraform\n3. Configure your AWS account\n```bash\naws configure\n```\n4. Setup Cloudflare R2\n5. Create AWS resource using Terraform (only in infrastructure/cloud folder)\n```bash\ncd ByteShare/infrastructure/cloud\ncp terraform.tfvars.example terraform.tfvars\n# Add your credentials in terraform.tfvars\nterraform init\nterraform plan\nterraform apply\ncd ../../\n```\n6. Setup your Appwrite account [HERE](https://appwrite.io/)\n7. Create your Organisation and Project in Appwrite [TUTORIAL](https://youtu.be/pk92hS_d_ns?t=11\u0026si=emSqp8Mdra_iF-dc)\n8.  Add the credential values in .env\n```bash\ncp .env.example .env\n# Add your credentials in .env\n```\n9. Run the application through Docker Compose\n```bash\ndocker compose up --build\n```\n\n#### By default, UI runs on port **3000** and Middleware runs on port **8000**\n\n## Architecture\n![architecture](https://github.com/ambujraj/ByteShare/assets/29935993/ced9c2cd-51ec-4285-a365-22cfde1c3826)\n\n\n## Built with\n- NextJS\n- ShadCN (TailwindCSS)\n- FastAPI\n- AWS DynamoDB\n- Cloudflare R2\n- AWS Cloudwatch\n- Appwrite\n- Resend\n- ClamAV\n\n## Deployment\n- Vercel\n- AWS API Gateway and Lambda via SAM deployment\n- Github actions\n- Cloudflare\n\n\u003c!-- ## Deployed version\n### Frontend -  --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovencelabs%2Fbyteshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnovencelabs%2Fbyteshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnovencelabs%2Fbyteshare/lists"}