trpc-server topic

List trpc-server repositories

trpc-core

19
Stars
0
Forks
Watchers

Toolkit for implementing tRPC servers in python

trpc-nextjs-prisma

95
Stars
18
Forks
Watchers

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...

trpc-api-boilerplate

98
Stars
24
Forks
Watchers

⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.

nextjs-trpc-crud-app

35
Stars
13
Forks
Watchers

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 crea...

nextjs13-trpc-setup

35
Stars
5
Forks
Watchers

Are you interested in using tRPC in the new Next.js 13 app directory? Look no further! In this article, I'll walk you through the process of setting up a tRPC server and client in the Next.js 13 app d...

t3-stack-monorepo

18
Stars
4
Forks
Watchers

T3 Stack App development

nextjs14-trpc-react-query

20
Stars
5
Forks
Watchers

In this comprehensive guide, we will explore the process of integrating tRPC, React Query v5, and Prisma within the Next.js 14 App Router. tRPC is a modern RPC framework that allows you to define your...

Turborepo tRPC Express Next Tailwind Prisma Template with OpenAPI and SwaggerUI