⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.
-
Updated
Nov 8, 2024 - TypeScript
⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.
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.
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 directory step by step.
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.
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 API using TypeScript interfaces and generates both server and client code for you.
Toolkit for implementing tRPC servers in python
T3 Stack App development
Turborepo tRPC Express Next Tailwind Prisma Template with OpenAPI and SwaggerUI
An MQTT adapter for tRPC
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.
In this article, you will explore the implementation of user registration, login, and logout functionalities in Next.js 14 using tRPC (Type Remote Procedure Call). tRPC is a library designed to streamline the development of full-stack applications with a primary emphasis on type safety.
A curated list of resources, tools, and libraries related to tRPC
Nextjs ecommerce is fullstack ecommerce web app with admin pannel.
repositório monorepo que combina as tecnologias NestJS, NextJS e tRPC para criar uma aplicação FullStack.
A basic starting point for fully typesafe tRPC APIs.
My boilerplate using NextJS 14, Turbopack, tRPC, Tanstack, and Prisma
application with TypeScript and JavaScript and React app. Fullstack app builded in tPRC
E-commerce project built on T3 stack, integrating Stripe. Shop for stunning photo prints on aluminum backing at our online store. Browse our selection of high-quality photos and purchase your favorites.
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
This project is a robust digital marketplace platform designed to facilitate the buying and selling of digital goods and services. It provides a platform for vendors to list their digital products, and for customers to browse, purchase, and review these products.
Add a description, image, and links to the trpc-server topic page so that developers can more easily learn about it.
To associate your repository with the trpc-server topic, visit your repo's landing page and select "manage topics."