{"id":26179889,"url":"https://github.com/jellydn/trpc-demo","last_synced_at":"2025-04-14T22:43:06.769Z","repository":{"id":37989312,"uuid":"466430144","full_name":"jellydn/trpc-demo","owner":"jellydn","description":"Monorepo for tRPC v9 Demo Apps","archived":false,"fork":false,"pushed_at":"2025-04-14T21:02:43.000Z","size":3526,"stargazers_count":22,"open_issues_count":11,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T22:21:57.602Z","etag":null,"topics":["fastify","nextjs","trpc","turborepo"],"latest_commit_sha":null,"homepage":"https://trpc-demo.productsway.com","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/jellydn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["jellydn"],"ko_fi":"dunghd","buy_me_a_coffee":"dunghd","polar":"jellydn"}},"created_at":"2022-03-05T11:11:25.000Z","updated_at":"2025-02-27T12:50:25.000Z","dependencies_parsed_at":"2023-11-27T05:24:38.355Z","dependency_job_id":"c9b3ca11-7458-4acb-82d2-be81dbfc3ae2","html_url":"https://github.com/jellydn/trpc-demo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftrpc-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftrpc-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftrpc-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ftrpc-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellydn","download_url":"https://codeload.github.com/jellydn/trpc-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975305,"owners_count":21192197,"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":["fastify","nextjs","trpc","turborepo"],"created_at":"2025-03-11T21:53:47.417Z","updated_at":"2025-04-14T22:43:06.742Z","avatar_url":"https://github.com/jellydn.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jellydn","https://ko-fi.com/dunghd","https://buymeacoffee.com/dunghd","https://polar.sh/jellydn"],"categories":[],"sub_categories":[],"readme":"# Welcome to trpc-demo 👋\n\n![Version](https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000)\n![Prerequisite](https://img.shields.io/badge/npm-%3E%3D7.0.0-blue.svg)\n![Prerequisite](https://img.shields.io/badge/node-%3E%3D14.0.0-blue.svg)\n[![Twitter: jellydn](https://img.shields.io/twitter/follow/jellydn.svg?style=social)](https://twitter.com/jellydn)\n\n\u003e Monorepo for tRPC Demo Apps\n\n[![tRPC - End-to-end typesafe APIs made easy](https://img.youtube.com/vi/rz1ZGV82i34/0.jpg)](https://www.youtube.com/watch?v=rz1ZGV82i34)\n\n## Prerequisites\n\n- npm \u003e=7.0.0\n- node \u003e=14.0.0\n\n## Features\n\n- [tRPC](https://trpc.io/): end-to-end typesafe APIs made easy\n- [Turborepo](https://turborepo.org/): high-performance build system for JavaScript and TypeScript codebases.\n- [Fastify](https://www.fastify.io/): fast and low overhead web framework, for Node.js\n- [Vite](https://vitejs.dev/): next Generation Frontend Tooling\n- [NextJs](https://nextjs.org/): the React Framework for Production\n\n## Why tRPC?\n\nIt's neat, right? :)\n\n![https://storage.googleapis.com/trpc/trpcgif.gif](https://storage.googleapis.com/trpc/trpcgif.gif)\n\n## Install\n\n```sh\nyarn install\n```\n\n## Usage\n\n```sh\nyarn dev\n```\n\n### Screenshot\n\n![https://gyazo.com/b749863e76c6fde69bb88f22125b33ca.gif](https://gyazo.com/b749863e76c6fde69bb88f22125b33ca.gif)\n\n## Run tests\n\n```sh\nyarn test\n```\n\n## Apps and Packages\n\n- `api`: a [fastify api](https://github.com/jellydn/fastify-starter) app\n- `web`: another [Next.js](https://nextjs.org) app\n- `react-app`: a [react](https://github.com/jellydn/new-web-app) app\n- `ui`: a stub React component library shared by both `web` and `docs` applications\n- `config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)\n- `tsconfig`: `tsconfig.json`s used throughout the monorepo\n\nEach package/app is 100% [TypeScript](https://www.typescriptlang.org/).\n\n## Useful Links\n\nLearn more about the power of Turborepo:\n\n- [Pipelines](https://turborepo.org/docs/features/pipelines)\n- [Caching](https://turborepo.org/docs/features/caching)\n- [Remote Caching (Beta)](https://turborepo.org/docs/features/remote-caching)\n- [Scoped Tasks](https://turborepo.org/docs/features/scopes)\n- [Configuration Options](https://turborepo.org/docs/reference/configuration)\n- [CLI Usage](https://turborepo.org/docs/reference/command-line-reference)\n\n## Author\n\n👤 **Dung Huynh**\n\n- Website: https://productsway.com/\n- Twitter: [@jellydn](https://twitter.com/jellydn)\n- Github: [@jellydn](https://github.com/jellydn)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ftrpc-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellydn%2Ftrpc-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ftrpc-demo/lists"}