{"id":20525665,"url":"https://github.com/sayedtahsin/routine-hono","last_synced_at":"2026-04-29T21:03:10.225Z","repository":{"id":263009955,"uuid":"876870475","full_name":"SayedTahsin/Routine-Hono","owner":"SayedTahsin","description":"🕛 Server-side code for Routine App. Build with Hono, Deployed on Cloudflare-Workers.","archived":false,"fork":false,"pushed_at":"2024-12-28T11:16:45.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-06T15:50:50.183Z","etag":null,"topics":["bun","cloudflare-workers","cron-triggers","d1","hono","jwt-authentication","sqlite","typescript"],"latest_commit_sha":null,"homepage":"","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/SayedTahsin.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}},"created_at":"2024-10-22T17:31:51.000Z","updated_at":"2025-04-30T04:24:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"a632281b-fcbc-4154-844e-137398b309b4","html_url":"https://github.com/SayedTahsin/Routine-Hono","commit_stats":null,"previous_names":["sayedtahsin/routine-hono"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SayedTahsin/Routine-Hono","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedTahsin%2FRoutine-Hono","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedTahsin%2FRoutine-Hono/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedTahsin%2FRoutine-Hono/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedTahsin%2FRoutine-Hono/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SayedTahsin","download_url":"https://codeload.github.com/SayedTahsin/Routine-Hono/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SayedTahsin%2FRoutine-Hono/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32443576,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T20:22:27.477Z","status":"ssl_error","status_checked_at":"2026-04-29T20:22:26.507Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bun","cloudflare-workers","cron-triggers","d1","hono","jwt-authentication","sqlite","typescript"],"created_at":"2024-11-15T23:08:43.758Z","updated_at":"2026-04-29T21:03:10.220Z","avatar_url":"https://github.com/SayedTahsin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Routine-Hono\n\nBuild with Hono.js in Cloudflare-workers environment. Deployed on Cloudflare-workers. Used D1 Sqlite Database, Bun as Package Manager, and Cron type trigger events for scheduling tasks.\n\n\u003ca href=\"https://routine-lemon.vercel.app/\"\u003eFront-end Deployed on Vercel\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/SayedTahsin/Routine-Vue\"\u003eFront-end Repo\u003c/a\u003e\n\n### Feature\n\n- Firebase user authentication\n- JWT token based session manange (Disabled due to domain issue)\n- Add Task with Different Pre-defined(weekdays) and custom categories.\n- In-line Edit/Delete tasks\n- Automatic Resets Tasks Based on Schedule\n- Calculate Consistency Percentage\n\n\u003ca href=\"https://github.com/SayedTahsin/Hono-Bun-Mongo\"\u003eSame project build with Hono.js on Bun Enviromnet \u0026 Used MongoDb\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://github.com/SayedTahsin/Task-App-Backend\"\u003eSame project build with Express.js \u0026 used MongoDb and Supabase Database\u003c/a\u003e\n\nRun locally:\n\n- install bun if you want to use bun as package manager (recommended but optional)\n- install wrangler for D1 database, cloudflare-workers runtime and deploy\n\n```bash\n$ bun add -g wrangler\n```\n\n- clone repo\n\n```bash\n$ git@github.com:SayedTahsin/Routine-Hono.git\n```\n\n- create and execute D1 database: After creating db, you will get some valiable,\n  copy paste these variable in wrangler.toml file then apply. (\u003ca href=\"https://github.com/SayedTahsin/Cloudflare-Hono-D1\"\u003echeck this repo for understanding D1\u003c/a\u003e)\n\n```\n$ wrangler d1 create \u003cdb-name\u003e\n$ wrangler d1 execute \u003cdb-name\u003e --local --file=./schema.sql\n```\n- need to set `ENV='development'` in wrangler.toml to avoid cors error in dev mode \n\n- Run\n\n```bash\n$ bun install\n$ bun run dev\n```\n\n- Deploy\n\n```\n$ bun run deploy\n```\n\n## TODO's\n\n- [x] write Task API\n- [x] write Note API\n- [x] write User API\n- [x] write Auth Route\n- [x] Auth Middleware\n- [x] cron triggers\n- [x] deploy on Cloudflare-workers\n- [x] fix CORS error\n- [ ] fix Cookies Issue\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedtahsin%2Froutine-hono","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsayedtahsin%2Froutine-hono","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsayedtahsin%2Froutine-hono/lists"}