Full Stack demo APP: frontend NextJS(12)SSR, data viz with D3, backend Nextjs api routes,tRPC,Prisma ORM, SQLite
-
Updated
Aug 16, 2022 - TypeScript
Full Stack demo APP: frontend NextJS(12)SSR, data viz with D3, backend Nextjs api routes,tRPC,Prisma ORM, SQLite
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.
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.
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.
This is my first project using the T3 Stack based in TypeScript, this project is for voting for the roundest Pokemon.
Unfinished personal website due to my laziness in customizing frontend.
Nextjs ecommerce is fullstack ecommerce web app with admin pannel.
Building server using tRPC library(safe APIs) + client using reactjs, react-query
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 is a basic example of how to implement TRPC with node. Tutorial by Fazt Code.
T3 Stack App
Toolkit for implementing tRPC servers in python
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.
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."