{"id":30042771,"url":"https://github.com/runablehq/dbos-starter-template","last_synced_at":"2025-08-11T00:53:11.546Z","repository":{"id":308641974,"uuid":"1031083599","full_name":"runablehq/dbos-starter-template","owner":"runablehq","description":"This is a template app built with DBOS and Hono.","archived":false,"fork":false,"pushed_at":"2025-08-04T11:31:45.000Z","size":55,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-07T04:07:49.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/runablehq.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-08-03T01:11:44.000Z","updated_at":"2025-08-06T17:57:25.000Z","dependencies_parsed_at":"2025-08-07T04:18:50.489Z","dependency_job_id":null,"html_url":"https://github.com/runablehq/dbos-starter-template","commit_stats":null,"previous_names":["runablehq/dbos-starter-template"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/runablehq/dbos-starter-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runablehq%2Fdbos-starter-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runablehq%2Fdbos-starter-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runablehq%2Fdbos-starter-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runablehq%2Fdbos-starter-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runablehq","download_url":"https://codeload.github.com/runablehq/dbos-starter-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runablehq%2Fdbos-starter-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269814277,"owners_count":24479359,"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":[],"created_at":"2025-08-07T04:01:56.809Z","updated_at":"2025-08-11T00:53:11.524Z","avatar_url":"https://github.com/runablehq.png","language":"HTML","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Welcome to DBOS!\n\nThis is a template app built with DBOS and Hono.\n\n## Running Locally\n\nFirst, install the application dependencies.\n\n```shell\nbun install\n```\n\nNext, we need to setup a Postgres database.\nDBOS stores application execution history in Postgres.\n\nIf you have a Postgres database, you can set the `DBOS_SYSTEM_DATABASE_URL` environment variable to the connection string for that database.\nYou can set this environment variable directly or you can put it in an `.env` file in the root of this project.\nThe template app includes an `.env.example` file with a dummy connection string you can use as a reference.\n\nIf you don't have a Postgres server, you can start one locally using Docker.\nThe DBOS SDK includes a utility to start and stop a local Postgres Docker container.\n\n```shell\nbunx dbos postgres start\nbunx dbos postgres stop\n```\n\n\u003e Note, DBOS will automatically connect to Postgres running on localhost if `DBOS_SYSTEM_DATABASE_URL` is not specified.\n\u003e If you use a local Postgres Docker container, you do not need to set the `DBOS_SYSTEM_DATABASE_URL` environment variable.\n\nOnce you have a setup or configured a Postgres database for DBOS, you can launch the application.\n\n```shell\nbun run launch\n```\n\nAlternatively, you can run the application in development mode\nto enable automatic restart when the application changes.\n\n```shell\nbun run dev\n```\n\nOnce the app is running, visit [`http://localhost:4000`](http://localhost:4000) to see your app.\nThen, edit `src/main.ts` to start building!\n\n## Deploying to DBOS Cloud\n\nYou can also deploy this app to DBOS Cloud via the Cloud CLI.\nInstall it globally with this command:\n\n```shell\nbun add -g @dbos-inc/dbos-cloud@latest\n```\n\nThen, run this command to deploy your app:\n\n```shell\ndbos-cloud app deploy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunablehq%2Fdbos-starter-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunablehq%2Fdbos-starter-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunablehq%2Fdbos-starter-template/lists"}