trpc-api
There are 20 repositories under trpc-api topic.
mkosir/trpc-api-boilerplate
⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.
wpcodevo/trpc-nextjs-prisma
In this article, we’ll build a type-safe tRPC CRUD API with Next.js, PostgreSQL, and Prisma. This tRPC example in Next.js will showcase how to use tRPC on the backend and later we will consume the API on the frontend app.
algora-io/xtrpc
Export your tRPC router to massively improve language server performance and/or let your users consume your API from a typed SDK
wpcodevo/nextjs-trpc-crud-app
This article will teach you how to build a full-stack tRPC CRUD (Create, Read, Update, and Delete) app with Next.js. The tRPC API will be built on Next.js edge runtime and the tRPC client will be created with React.js. For data storage, we'll use Prisma ORM to query and mutate an SQLite database.
admisio/Testy
Testovací portál pro SSPŠaG
wpcodevo/node-react-trpc-crud-app
In this guide, you'll create a full-stack note application that follows the CRUD (Create, Read, Update, and Delete) architecture with tRPC and use Prisma ORM to store data in an SQLite database. We'll build the tRPC API with Node.js and the UI with React.js.
betomossmann/example-nest-next-trpc
repositório monorepo que combina as tecnologias NestJS, NextJS e tRPC para criar uma aplicação FullStack.
fdemir/bean
Simple setup for tRPC and Next.js(App Router).
josephgodwinkimani/tRPC-fastify-starter
A basic starting point for fully typesafe tRPC APIs.
ashaffah/express-typescript
Express-prismaORM with typescript CRUD Template
hahs-92/TRPC-crud-api
This is a basic example of how to implement TRPC with node. Tutorial by Fazt Code.
nixjs/trpc-turbo-starter
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
sujjeee/nextjs13-trpc-clerk
Todo app using Next.js, Clerk, Shadcn UI and tRPC.
Ripper-No-Chart/TRPC-Builder
Trpc API | Angular 16 - Builder APP
MhinHub/deep-dive-trpc
Simple Projects to Understanding tRPC
Srijan-D/T3-stack-TypeSafeTodoPlatform
NextJS + Prisma + Typescript + Postgresql + NextAuth T3 stack TodoList with end to end typesafety
tquintal/call-to-consciousness
Portfolio website
fimbres/node-prisma-trpc
This is my first project using trpc and prisma technologies with TypeScript and a PostgreSQL database, the main idea of this project is a backend that manages users and posts from a blog.
marcopollivier/presentation.tdc.trpc
Projeto usado como base para as apresentações sobre tRPC feitas no TDC