{"id":49335531,"url":"https://github.com/bedstack/hono-prisma-realworld-example","last_synced_at":"2026-04-27T00:32:29.635Z","repository":{"id":303627664,"uuid":"1016147057","full_name":"bedstack/hono-prisma-realworld-example","owner":"bedstack","description":"RealWorld backend implementation built with Hono and Drizzle ORM","archived":false,"fork":false,"pushed_at":"2025-12-15T19:28:29.000Z","size":685,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-25T08:16:30.661Z","etag":null,"topics":["backend","drizzle-orm","hono","realworld","realworld-backend","typescript","web-server"],"latest_commit_sha":null,"homepage":"https://realworld.io","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/bedstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-08T14:58:27.000Z","updated_at":"2026-01-24T20:18:18.000Z","dependencies_parsed_at":"2025-07-08T16:24:36.489Z","dependency_job_id":"f62f9694-ffb5-4c3d-b53a-672368969e17","html_url":"https://github.com/bedstack/hono-prisma-realworld-example","commit_stats":null,"previous_names":["bedtime-coders/phpstack","bedstack/hono-prisma-realworld-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bedstack/hono-prisma-realworld-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedstack%2Fhono-prisma-realworld-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedstack%2Fhono-prisma-realworld-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedstack%2Fhono-prisma-realworld-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedstack%2Fhono-prisma-realworld-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bedstack","download_url":"https://codeload.github.com/bedstack/hono-prisma-realworld-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedstack%2Fhono-prisma-realworld-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32318417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: 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":["backend","drizzle-orm","hono","realworld","realworld-backend","typescript","web-server"],"created_at":"2026-04-27T00:32:29.560Z","updated_at":"2026-04-27T00:32:29.629Z","avatar_url":"https://github.com/bedstack.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"./static/logo.png\" alt=\"PHp*\" width=\"128\" height=\"128\"\u003e\n\u003ch1\u003ePHp*\u003c/h1\u003e\n\n[Prisma](https://www.prisma.io/) + [Hono](https://hono.dev/) + [pnpm](https://pnpm.io/) \n\n[![License](https://custom-icon-badges.demolab.com/github/license/bedtime-coders/phpstack?label=License\u0026color=blue\u0026logo=law\u0026labelColor=0d1117\u0026)](https://github.com/bedtime-coders/phpstack/blob/main/LICENSE)\n[![Prisma](https://img.shields.io/badge/Prisma-2D3748?logo=prisma\u0026logoColor=white)](https://www.prisma.io/)\n[![Hono](https://custom-icon-badges.demolab.com/badge/Hono-1e1e20.svg?logo=honojs)](https://hono.dev/)\n[![pnpm](https://custom-icon-badges.demolab.com/badge/pnpm-242526.svg?logo=pnpm)](https://pnpm.io/)\n[![Biome](https://img.shields.io/badge/Biome-24272f?logo=biome\u0026logoColor=f6f6f9)](https://biomejs.dev/)\n[![Star](https://custom-icon-badges.demolab.com/github/stars/bedtime-coders/phpstack?logo=star\u0026logoColor=373737\u0026label=Star)](https://github.com/bedtime-coders/phpstack/stargazers/)\n\n\u003c/div\u003e\n\n## PHp*: Prisma + Hono + pnpm\n\n**PHp*** is a collection of bleeding-edge technologies to build modern web applications.\n\nIncluding:\n\n- **P**: [Prisma](https://www.prisma.io) - ORM\n- **H**: [Hono](https://hono.dev) - HTTP Framework\n- **p**: [pnpm](https://pnpm.io) - Package manager\n\n## Development\n\n1. Install dependencies\n\n   ```bash\n   pnpm install\n   ```\n\n2. Copy `.env.example` to `.env` and fill in the values\n\n   ```bash\n   cp .env.example .env\n   ```\n\n3. Push the database schema to the database\n\n   ```bash\n   pnpm db:push\n   ```\n\n4. Start the server\n\n   ```bash\n   pnpm dev\n   ```\n\n5. (Optional) Start the [database studio](https://www.prisma.io/studio)\n   ```bash\n   pnpm db:studio\n   ```\n\n## Testing\n\n```bash\npnpm test\n```\n\n## Building for production\n\n1. Build the app\n\n   ```bash\n   pnpm build\n   ```\n\n2. Run the production server (preview)\n\n   ```bash\n   pnpm preview\n   ```\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for more information, including how to set up your development environment.\n\n---\n\n\u003csup\u003e*no relation to [PHP](https://www.php.net), the scripting language\u003c/sup\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedstack%2Fhono-prisma-realworld-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedstack%2Fhono-prisma-realworld-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedstack%2Fhono-prisma-realworld-example/lists"}