{"id":24068685,"url":"https://github.com/runreal/deno-monorepo-template","last_synced_at":"2025-04-24T03:09:39.962Z","repository":{"id":271614613,"uuid":"913911453","full_name":"runreal/deno-monorepo-template","owner":"runreal","description":"A Deno Monorepo Starter Kit ","archived":false,"fork":false,"pushed_at":"2025-04-16T17:06:44.000Z","size":344,"stargazers_count":50,"open_issues_count":5,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-24T03:09:31.059Z","etag":null,"topics":["deno","drizzle","drizzle-orm","honojs","monorepo","react","tanstack-query","tanstack-router","trpc","vitejs"],"latest_commit_sha":null,"homepage":"https://www.runreal.dev","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/runreal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2025-01-08T15:34:21.000Z","updated_at":"2025-04-16T17:06:47.000Z","dependencies_parsed_at":"2025-01-08T20:43:20.578Z","dependency_job_id":"246809b3-bcbe-4311-98a4-74bcc4e9429f","html_url":"https://github.com/runreal/deno-monorepo-template","commit_stats":null,"previous_names":["runreal/deno-monorepo-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runreal%2Fdeno-monorepo-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runreal%2Fdeno-monorepo-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runreal%2Fdeno-monorepo-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runreal%2Fdeno-monorepo-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runreal","download_url":"https://codeload.github.com/runreal/deno-monorepo-template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250552074,"owners_count":21449165,"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","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":["deno","drizzle","drizzle-orm","honojs","monorepo","react","tanstack-query","tanstack-router","trpc","vitejs"],"created_at":"2025-01-09T13:47:03.624Z","updated_at":"2025-04-24T03:09:39.951Z","avatar_url":"https://github.com/runreal.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"image.png \" alt=\"Deno Monorepo Starter Kit\" /\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n\t\u003ch1 align=\"center\"\u003e\u003cb\u003eDeno Monorepo Starter Kit\u003c/b\u003e\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    An deno open-source starter kit made by \u003ca href=\"https://www.runreal.dev\"\u003eRunreal\u003c/a\u003e.\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca href=\"https://github.com/runreal/deno-monorepo-template/issues\"\u003e\u003cstrong\u003eIssues\u003c/strong\u003e\u003c/a\u003e ·\n    \u003ca href=\"#whats-included\"\u003e\u003cstrong\u003eWhat's included\u003c/strong\u003e\u003c/a\u003e ·\n    \u003ca href=\"#prerequisites\"\u003e\u003cstrong\u003ePrerequisites\u003c/strong\u003e\u003c/a\u003e ·\n    \u003ca href=\"#getting-started\"\u003e\u003cstrong\u003eGetting Started\u003c/strong\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n\nFully type safe mono repo starter kit with Deno, React, Vite, Tanstack Router, Tanstack Query, Hono, Trpc, Drizzle, Supabase, and more.\n\n## Directory Structure\n\n```\n.\n├── apps                         # Apps\n│    ├── api                     # Hono + Trpc\n│    ├── supabase                # Supabase\n│    ├── spa                     # React + Vite + Tanstack Router + Tanstack Query + Trpc\n│    └── ...\n├── packages                     # Shared packages between apps\n│    ├── lib                     # Simple lib\n│    ├── auth                    # Auth: BetterAuth\n│    ├── db                      # Database: Drizzle\n│    └── ...\n├── deno.jsonc                   # Deno Workspace configuration\n├── LICENSE\n└── README.md\n```\n\n## Prerequisites\n\n- [Deno](https://deno.land/)\n\n\n## What's included\n\n- [Drizzle](https://drizzle.team/)\n- [Hono](https://hono.dev/)\n- [Supabase](https://supabase.com/)\n- [Tanstack Router](https://tanstack.com/router/latest)\n- [Tanstack Query](https://tanstack.com/query/latest)\n- [Trpc](https://trpc.io/)\n- [BetterAuth](https://www.better-auth.com/)\n\n## Getting Started\n\n1. Clone the repository\n\n2. Install the dependencies\n\n```shell\ndeno install --allow-scripts\n```\n\n3. Launch the database\n\n```shell\ndeno task supabase:start\n```\n\n4. Run the migrations\n\n```shell\ndeno task db:migrate\n```\n\n5. Launch the api server\n\n```shell\ndeno task dev:api\n```\n\n6. Launch the frontend\n\n```shell\ndeno task dev:web\n```\n7. Run the tests\n\n```shell\ndeno test --allow env\n```\n\n## Todo\n\n- [ ] Add tests with Vitest (Currently using Deno test)\n- [X] Docker images for each app\n- [ ] Add documentation website with Astro Starlight\n- [ ] Add a NextJS app in the monorepo\n\n## Contributing\n\nFeel free to contribute to this starter kit. If you have any questions, feel free to open an issue.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunreal%2Fdeno-monorepo-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunreal%2Fdeno-monorepo-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunreal%2Fdeno-monorepo-template/lists"}