{"id":27146286,"url":"https://github.com/ryands17/bun-api-starter","last_synced_at":"2026-04-11T07:03:05.076Z","repository":{"id":228950209,"uuid":"767666047","full_name":"ryands17/bun-api-starter","owner":"ryands17","description":"Starter API kit with Hono, Bun, and Docker with development and production workflows","archived":false,"fork":false,"pushed_at":"2024-03-25T10:48:50.000Z","size":32,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-18T07:45:44.182Z","etag":null,"topics":["bun","docker","docker-compose","hono"],"latest_commit_sha":null,"homepage":"","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/ryands17.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":"2024-03-05T17:32:51.000Z","updated_at":"2024-05-18T07:45:44.183Z","dependencies_parsed_at":"2024-03-21T10:00:45.875Z","dependency_job_id":"b133d1bb-162a-4b3a-a68d-14a93c2cd4ee","html_url":"https://github.com/ryands17/bun-api-starter","commit_stats":null,"previous_names":["ryands17/bun-api-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fbun-api-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fbun-api-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fbun-api-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryands17%2Fbun-api-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryands17","download_url":"https://codeload.github.com/ryands17/bun-api-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247819947,"owners_count":21001394,"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":["bun","docker","docker-compose","hono"],"created_at":"2025-04-08T10:10:28.922Z","updated_at":"2025-10-24T06:33:48.630Z","avatar_url":"https://github.com/ryands17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bun + Hono + Docker\n\nThis template provides a minimal setup to get an API working using [Bun](https://bun.sh/) and [Hono](https://hono.dev/getting-started/bun) with Docker and Docker compose for development and production.\n\n## Development workflow\n\nTo run the project in dev mode:\n\n```\ndocker compose watch -d\n```\n\nDocker compose automatically watches for changes to files and rebuilds the container if `package.json` changes\n\n```\ndocker compose logs -f api\n```\n\nTo install any NPM package\n\nAdd the package name and version to `package.json`. Docker will automatically install the package and make sure it's synced to the host\n\nTo stop the container\n\n```\ndocker compose down\n```\n\nTo check the health of a container. Installing `jq` is recommended\n\n```\ndocker inspect \u003ccontainer name\u003e | jq '.[].State.Health'\n```\n\n## Enhancements\n\n- [x] Add an SQLite database with an ORM in front for a full dev experience\n- [ ] Run with SQLite in production\n- [ ] Replicate the SQLite database in production to an S3 compatible store: [MinIO](https://min.io/docs/minio/container/index.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryands17%2Fbun-api-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryands17%2Fbun-api-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryands17%2Fbun-api-starter/lists"}