Cookie-gg / trpc-fastify-prisma

Basic CRUD api with trpc, fastify and prisma.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trpc-fastify-prisma

Basic CRUD application with trpc, fastify, and prisma.

Getting Started

Install dependencies

yarn

Database setup

yarn -W db:start

Generate prisma client & migrations

yarn -W prisma

Run tRPC server

yarn -W run dev

Run client app

yarn workspace playground run dev

About

Basic CRUD api with trpc, fastify and prisma.


Languages

Language:TypeScript 68.5%Language:CSS 30.8%Language:JavaScript 0.7%