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.

Home Page:https://codevoweb.com/build-a-fullstack-trpc-crud-app-with-typescript/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a FullStack tRPC CRUD App with TypeScript

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.

Build a FullStack tRPC CRUD App with TypeScript

Topics Covered

  • Run the tRPC App Locally
  • Setup the tRPC Project
  • Create the tRPC API with Node.js
    • Add Prisma ORM and SQLite
    • Create Zod Validation Schemas
    • Create the tRPC Procedures
    • Setup the Express and tRPC Servers
  • Create the tRPC Client with React.js
    • Setup the tRPC Client
    • Setup Tailwind CSS
    • Create Reusable Components
    • Create Note Component
    • Update Note Component
    • Delete Note Component
    • Get all Notes Component

Read the entire article here: https://codevoweb.com/build-a-fullstack-trpc-crud-app-with-typescript/

About

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.

https://codevoweb.com/build-a-fullstack-trpc-crud-app-with-typescript/


Languages

Language:TypeScript 93.8%Language:JavaScript 3.1%Language:HTML 2.0%Language:CSS 1.0%Language:Shell 0.1%