{"id":28848957,"url":"https://github.com/bootdotdev/learn-file-storage-s3-typescript-starter","last_synced_at":"2026-01-20T17:23:37.472Z","repository":{"id":288910104,"uuid":"955481510","full_name":"bootdotdev/learn-file-storage-s3-typescript-starter","owner":"bootdotdev","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-09T23:15:07.000Z","size":26,"stargazers_count":1,"open_issues_count":1,"forks_count":131,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T14:48:18.493Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bootdotdev.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,"zenodo":null}},"created_at":"2025-03-26T17:51:40.000Z","updated_at":"2025-08-25T00:25:09.000Z","dependencies_parsed_at":"2025-04-20T12:26:15.374Z","dependency_job_id":null,"html_url":"https://github.com/bootdotdev/learn-file-storage-s3-typescript-starter","commit_stats":null,"previous_names":["bootdotdev/learn-file-storage-s3-typescript-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bootdotdev/learn-file-storage-s3-typescript-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootdotdev%2Flearn-file-storage-s3-typescript-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootdotdev%2Flearn-file-storage-s3-typescript-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootdotdev%2Flearn-file-storage-s3-typescript-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootdotdev%2Flearn-file-storage-s3-typescript-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootdotdev","download_url":"https://codeload.github.com/bootdotdev/learn-file-storage-s3-typescript-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootdotdev%2Flearn-file-storage-s3-typescript-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274112814,"owners_count":25224331,"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","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-06-19T20:42:03.521Z","updated_at":"2026-01-20T17:23:37.440Z","avatar_url":"https://github.com/bootdotdev.png","language":"TypeScript","readme":"# learn-file-storage-s3-typescript-starter (Tubely)\n\nThis repo contains the starter code for the Tubely application - the #1 tool for engagement bait - for the \"Learn File Servers and CDNs with S3 and CloudFront\" [course](https://www.boot.dev/courses/learn-file-servers-s3-cloudfront-typescript) on [boot.dev](https://www.boot.dev)\n\n## Quickstart\n\n*This is to be used as a *reference\\* in case you need it, you should follow the instructions in the course rather than trying to do everything here.\n\n## 1. Install dependencies\n\n- [Typescript](https://www.typescriptlang.org/)\n- [Bun](https://bun.sh/)\n- [FFMPEG](https://ffmpeg.org/download.html) - both `ffmpeg` and `ffprobe` are required to be in your `PATH`.\n\n```bash\n# linux\nsudo apt update\nsudo apt install ffmpeg\n\n# mac\nbrew update\nbrew install ffmpeg\n```\n\n- [SQLite 3](https://www.sqlite.org/download.html) only required for you to manually inspect the database.\n\n```bash\n# linux\nsudo apt update\nsudo apt install sqlite3\n\n# mac\nbrew update\nbrew install sqlite3\n```\n\n- [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html)\n\n## 2. Download sample images and videos\n\n```bash\n./samplesdownload.sh\n# samples/ dir will be created\n# with sample images and videos\n```\n\n## 3. Configure environment variables\n\nCopy the `.env.example` file to `.env` and fill in the values.\n\n```bash\ncp .env.example .env\n```\n\nYou'll need to update values in the `.env` file to match your configuration, but _you won't need to do anything here until the course tells you to_.\n\n## 3. Run the server\n\n```bash\nbun run src/index.ts\n```\n\n- You should see a new database file `tubely.db` created in the root directory.\n- You should see a new `assets` directory created in the root directory, this is where the images will be stored.\n- You should see a link in your console to open the local web page.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootdotdev%2Flearn-file-storage-s3-typescript-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootdotdev%2Flearn-file-storage-s3-typescript-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootdotdev%2Flearn-file-storage-s3-typescript-starter/lists"}