⚒️ Minimal tRPC API boilerplate for separate BE-FE repositories. Easily publish fully typesafe APIs that any frontend can consume.
-
Updated
Sep 25, 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.
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.
Export your tRPC router to massively improve language server performance and/or let your users consume your API from a typed SDK
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.
Express-prismaORM with typescript CRUD Template
Testovací portál pro SSPŠaG
This is a basic example of how to implement TRPC with node. Tutorial by Fazt Code.
Next.js Authentication with tRPC, Redis and Prisma ORM (Social login: Facebook, Github, Slack, Telegram, ...etc)
Projeto usado como base para as apresentações sobre tRPC feitas no TDC
Trpc API | Angular 16 - Builder APP
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.
Simple setup for tRPC and Next.js(App Router).
A basic starting point for fully typesafe tRPC APIs.
Todo app using Next.js, Clerk, Shadcn UI and tRPC.
NextJS + Prisma + Typescript + Postgresql + NextAuth T3 stack TodoList with end to end typesafety
repositório monorepo que combina as tecnologias NestJS, NextJS e tRPC para criar uma aplicação FullStack.
Simple Projects to Understanding tRPC
Add a description, image, and links to the trpc-api topic page so that developers can more easily learn about it.
To associate your repository with the trpc-api topic, visit your repo's landing page and select "manage topics."