{"id":16969057,"url":"https://github.com/webmasterdevlin/trpc-conference-app","last_synced_at":"2025-09-02T08:37:15.783Z","repository":{"id":159507130,"uuid":"634539033","full_name":"webmasterdevlin/trpc-conference-app","owner":"webmasterdevlin","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-23T08:36:19.000Z","size":404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-29T23:59:58.953Z","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/webmasterdevlin.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":"2023-04-30T13:12:13.000Z","updated_at":"2025-01-23T08:36:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"be9af0e3-6f63-4848-ad5b-c1795c306a5a","html_url":"https://github.com/webmasterdevlin/trpc-conference-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/webmasterdevlin/trpc-conference-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Ftrpc-conference-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Ftrpc-conference-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Ftrpc-conference-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Ftrpc-conference-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmasterdevlin","download_url":"https://codeload.github.com/webmasterdevlin/trpc-conference-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Ftrpc-conference-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273257140,"owners_count":25073529,"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-09-02T02:00:09.530Z","response_time":77,"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":"2024-10-14T00:23:53.242Z","updated_at":"2025-09-02T08:37:15.740Z","avatar_url":"https://github.com/webmasterdevlin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Development\n\n### Start project\n\n```bash\npnpm create next-app --example https://github.com/trpc/trpc --example-path examples/next-prisma-starter trpc-prisma-starter\ncd trpc-prisma-starter\npnpm\npnpm dx\n```\n\n### Commands\n\n```bash\npnpm build      # runs `prisma generate` + `prisma migrate` + `next build`\npnpm db-reset   # resets local db\npnpm dev        # starts next.js\npnpm dx         # starts postgres db + runs migrations + seeds + starts next.js\npnpm test-dev   # runs e2e tests on dev\npnpm test-start # runs e2e tests on `next start` - build required before\npnpm test:unit  # runs normal Vitest unit tests\npnpm test:e2e   # runs e2e tests\n```\n\n### Steps to reproduce\n\n- configure tsconfig.json with strict and strictNullChecks set to true\n- Do the src/server/env.js\n- Do next.config.js\n- Do src/utils/publicRuntimeConfig.ts\n- Do src/utils/transformer.ts\n- Do the src/server folder\n  prisma.ts,\n  context.ts (important),\n  trpc.ts (important)\n- Do the src/server/routers folder\n  post.ts (important) and \\_app.ts (important)\n- Do src/utils/trpc.ts (important)\n- Do the src/pages/api/trpc folder (important)\n- Build the components by doing\n  components/DefaultLayout.tsx,\n  pages/\\_app.tsx, pages/post/[id].tsx, and pages/index.tsx,\n- Then add these in the components folder (important):\n  trpc.useContext,\n  trpc.post.list.useInfiniteQuery,\n  trpc.post.byId.useQuery, and\n  trpc.post.add.useMutation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Ftrpc-conference-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmasterdevlin%2Ftrpc-conference-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmasterdevlin%2Ftrpc-conference-app/lists"}