{"id":28341495,"url":"https://github.com/felixalexk/hono_api_template","last_synced_at":"2026-05-08T06:17:02.461Z","repository":{"id":295125886,"uuid":"989244203","full_name":"FelixAlexK/hono_api_template","owner":"FelixAlexK","description":"A minimal template for building fast, modern REST or RPC APIs using Hono and Bun.","archived":false,"fork":false,"pushed_at":"2025-05-23T18:32:39.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-23T19:28:32.436Z","etag":null,"topics":["api","bun","hono","rest","rpc","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/FelixAlexK.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-05-23T18:28:32.000Z","updated_at":"2025-05-23T18:33:20.000Z","dependencies_parsed_at":"2025-05-26T09:19:33.627Z","dependency_job_id":null,"html_url":"https://github.com/FelixAlexK/hono_api_template","commit_stats":null,"previous_names":["felixalexk/hono_api_template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/FelixAlexK/hono_api_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixAlexK%2Fhono_api_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixAlexK%2Fhono_api_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixAlexK%2Fhono_api_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixAlexK%2Fhono_api_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FelixAlexK","download_url":"https://codeload.github.com/FelixAlexK/hono_api_template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FelixAlexK%2Fhono_api_template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261042947,"owners_count":23101778,"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":["api","bun","hono","rest","rpc","template"],"created_at":"2025-05-27T04:19:32.126Z","updated_at":"2026-05-08T06:17:02.448Z","avatar_url":"https://github.com/FelixAlexK.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hono_api_template\n\nA minimal template for building fast, modern REST APIs using [Hono](https://hono.dev/) and [Bun](https://bun.sh).\n\n## What is this template for?\n\nThis template provides a simple, ready-to-use starting point for developing RESTful APIs with:\n\n- **Hono**: a lightweight, high-performance web framework for JavaScript/TypeScript.\n- **Bun**: an all-in-one JavaScript runtime, bundler, and package manager.\n\nIt includes:\n\n- Basic project structure with TypeScript support\n- Pre-configured ESLint for code quality\n- Example logger middleware\n- `/api` base path for your endpoints\n\n## How to use\n\n### 1. Install dependencies\n\n```bash\nbun install\n```\n\n### 2. Start the development server\n\n```bash\nbun run dev\n```\n\nThe server will start on `http://localhost:3000`.\n\n### 3. Add your API routes\n\nEdit `src/app.ts` to add your endpoints under the `/api` base path.\nFor example:\n\n```ts\napp.get(\"/api/hello\", c =\u003e c.text(\"Hello, world!\"));\n```\n\n### 4. Lint your code\n\n```bash\nbun run lint\n```\n\n### 5. Format and fix code style issues\n\n```bash\nbun run lint:fix\n```\n\n---\n\nThis project was created using `bun init` in bun v1.2.13.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixalexk%2Fhono_api_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixalexk%2Fhono_api_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixalexk%2Fhono_api_template/lists"}