{"id":20293095,"url":"https://github.com/mingderwang/my-bun-elysia-with-test","last_synced_at":"2026-05-09T01:39:35.850Z","repository":{"id":206898567,"uuid":"717943100","full_name":"mingderwang/my-bun-elysia-with-test","owner":"mingderwang","description":"template for learning bun and test with bun.","archived":false,"fork":false,"pushed_at":"2023-11-16T07:07:30.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-04T05:15:54.410Z","etag":null,"topics":["bun","elysia","programming","testing"],"latest_commit_sha":null,"homepage":"https://test-onjd.onrender.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mingderwang.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-13T02:40:01.000Z","updated_at":"2023-11-16T07:09:06.000Z","dependencies_parsed_at":"2023-11-16T08:26:11.546Z","dependency_job_id":"bceacd4a-7c9f-4f81-9dfd-53736b2670f7","html_url":"https://github.com/mingderwang/my-bun-elysia-with-test","commit_stats":null,"previous_names":["mingderwang/my-bun-elysia-with-test"],"tags_count":7,"template":true,"template_full_name":null,"purl":"pkg:github/mingderwang/my-bun-elysia-with-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmy-bun-elysia-with-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmy-bun-elysia-with-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmy-bun-elysia-with-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmy-bun-elysia-with-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingderwang","download_url":"https://codeload.github.com/mingderwang/my-bun-elysia-with-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingderwang%2Fmy-bun-elysia-with-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32804517,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bun","elysia","programming","testing"],"created_at":"2024-11-14T15:21:27.010Z","updated_at":"2026-05-09T01:39:35.820Z","avatar_url":"https://github.com/mingderwang.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Elysia with Bun runtime\n\n## Getting Started\nTo get started with this template, simply paste this command into your terminal:\n```bash\nbun create elysia ./elysia-example\n```\n\n## Development\nTo start the development server run:\n```bash\nbun run dev\n```\n\nOpen http://localhost:3000/ with your browser to see the result.\n\n\n## Testing\nTo run tests and show coverage:\n```bash\nbun test\n```\n\n\n## Deployment (with docker)\nTo create a Dockerfile if you have none.\n```\nFROM oven/bun:1\nWORKDIR /app\nCOPY . .\nRUN bun install\n \nARG PORT\nEXPOSE ${PORT:-3000}\n \nCMD [\"bun\", \"server.ts\"]\n```\nthen\n\n```\ndocker build -t my-bun-elysia-example .      # Build the Docker image\ndocker run --rm -it -p 3000:3000 my-bun-elysia-example   # Run the Docker image\n\n// to push to docker hub for deployment to render\n\ndocker login -u \u003cyour dockerhub account\u003e\ndocker build -t \u003cyour dockerhub account\u003e/my-bun-elysia-example .\ndocker push \u003cyour dockerhub account\u003e/my-bun-elysia-example\n```\n\nrefer to https://render.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fmy-bun-elysia-with-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingderwang%2Fmy-bun-elysia-with-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingderwang%2Fmy-bun-elysia-with-test/lists"}