{"id":23529412,"url":"https://github.com/devlopersabbir/hono-with-deno","last_synced_at":"2025-08-10T06:37:13.847Z","repository":{"id":269289740,"uuid":"877390703","full_name":"devlopersabbir/hono-with-deno","owner":"devlopersabbir","description":"Hono with drizzle ORM CRUD API - deno runtime","archived":false,"fork":false,"pushed_at":"2025-07-14T19:48:16.000Z","size":125,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-14T23:59:39.275Z","etag":null,"topics":["crud-api","deno","denowith","drizzle","drizzle-orm","hono","orm","pg"],"latest_commit_sha":null,"homepage":"https://youtu.be/LGJLTFLE2Ek?list=PLdcGGiDG9Q0j7pLzVcWvFptCPbENkfl7S","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/devlopersabbir.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":"2024-10-23T15:09:35.000Z","updated_at":"2025-07-14T19:52:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"851f16d9-703f-4795-afa8-d28e0408cb9a","html_url":"https://github.com/devlopersabbir/hono-with-deno","commit_stats":null,"previous_names":["devlopersabbir/hono-with-deno"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devlopersabbir/hono-with-deno","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlopersabbir%2Fhono-with-deno","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlopersabbir%2Fhono-with-deno/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlopersabbir%2Fhono-with-deno/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlopersabbir%2Fhono-with-deno/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devlopersabbir","download_url":"https://codeload.github.com/devlopersabbir/hono-with-deno/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devlopersabbir%2Fhono-with-deno/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269687935,"owners_count":24459393,"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-08-10T02:00:08.965Z","response_time":71,"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":["crud-api","deno","denowith","drizzle","drizzle-orm","hono","orm","pg"],"created_at":"2024-12-25T21:10:21.881Z","updated_at":"2025-08-10T06:37:13.829Z","avatar_url":"https://github.com/devlopersabbir.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"1. What is hono and why we should use `hono`\n2. Discuss about hono supported all package manager\n3. How to create hono app using DENO runtime\n4. Hello world - first app creation\n5. Hono middlewares\n6. Hono request `query` and `params`\n\n\u003c!-- database connection --\u003e\n\n7. Introducing drizzle orm\n8. Creating a `drizzle.config.ts`\n\n```ts\nexport default {\n  schema: \"./src/db/schema.ts\",\n  out: \"./drizzle\",\n  dialect: \"postgresql\",\n  dbCredentials: {\n    url: process.env.DATABASE_URL,\n  },\n};\n```\n\n9. Create a postgress database into the docker container \u0026 Schema creation using drizzle and postgres\n\n```bash\nbash docker.sh\n```\n\n10. Generate database using `drizzle-kit generate` and check the generated file\n\n```bash\ndeno run --node-modules-dir -A npm:drizzle-kit generate --config=drizzle.config.ts\n```\n\n11. Migrate database using `drizzle-kit migrate`\n\n```bash\n  deno --env -A --node-modules-dir npm:drizzle-kit migrate --config=drizzle.config.ts\n```\n\n12. Pool drizzle database connection\n13. Introducing about CRUD operation in hono web framewwork\n14. Create a new post\n15. Read all post from postgresql database\n16. Update a single post using `params id`\n17. Delete a single post using `params id`\n18. Query single post by `quary params`\n19. Test our entire app\n20. Deploy Hono REST API\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlopersabbir%2Fhono-with-deno","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlopersabbir%2Fhono-with-deno","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlopersabbir%2Fhono-with-deno/lists"}