{"id":22025387,"url":"https://github.com/parassolanki/dockerize-hono","last_synced_at":"2026-04-13T22:03:27.749Z","repository":{"id":236077888,"uuid":"791863160","full_name":"ParasSolanki/Dockerize-Hono","owner":"ParasSolanki","description":"An example project for containerizing Node.js API built using Hono.","archived":false,"fork":false,"pushed_at":"2024-04-25T14:16:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T11:11:20.480Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ParasSolanki.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-04-25T14:15:02.000Z","updated_at":"2024-04-25T14:17:01.000Z","dependencies_parsed_at":"2024-04-25T15:44:12.571Z","dependency_job_id":null,"html_url":"https://github.com/ParasSolanki/Dockerize-Hono","commit_stats":null,"previous_names":["parassolanki/dockerize-hono"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ParasSolanki/Dockerize-Hono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParasSolanki%2FDockerize-Hono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParasSolanki%2FDockerize-Hono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParasSolanki%2FDockerize-Hono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParasSolanki%2FDockerize-Hono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParasSolanki","download_url":"https://codeload.github.com/ParasSolanki/Dockerize-Hono/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParasSolanki%2FDockerize-Hono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31772643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":[],"created_at":"2024-11-30T07:16:22.497Z","updated_at":"2026-04-13T22:03:27.734Z","avatar_url":"https://github.com/ParasSolanki.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerize Hono\n\nAn example project for containerizing Node.js API built using [Hono](https://hono.dev), [Typescript](https://www.typescriptlang.org/) and [PNPM](https://pnpm.io).\n\n## Installation\n\nInstall Dependencies.\n\n```bash\npnpm install\n```\n\n## Environment Variables\n\nTo run this project, you will need to add the following environment variables to your .env file:\n\n| Name | Description                                 |\n| ---- | ------------------------------------------- |\n| PORT | The port that your application will run on. |\n\n## Run Locally\n\nStart the dev server. If you don't specify PORT in the .env file, it will run by default on http://localhost:8000.\n\n```bash\npnpm dev\n```\n\nTo build the API. It uses [esbuild](https://esbuild.github.io/).\n\n```bash\npnpm build\n```\n\nTo run the built API:\n\n```bash\npnpm start\n```\n\n## Build Docker Image\n\nTo build, first ensure that you have installed [Docker](https://www.docker.com/) on your computer. We suggest using [Docker Desktop](https://www.docker.com/products/docker-desktop/).\n\nRun the following command in the root of the project to create a Docker image:\n\n```bash\ndocker build -t \u003cyour_docker_image_name\u003e:\u003cyour_docker_image_version\u003e .\n```\n\nOnce the Docker image is created, you can run the Docker image with the following command:\n\n```bash\ndocker run -p 8000:8000 \u003cyour_docker_image_id\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparassolanki%2Fdockerize-hono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparassolanki%2Fdockerize-hono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparassolanki%2Fdockerize-hono/lists"}