Skip to content

ShubhamkumarAnand/trpc-drizzle-setup

Repository files navigation

trpc-backend: Experiment with trpc & drizzle-orm with PostgreSQL

To install dependencies:

bun install

To run:

# For server
bun dev:server

# Create a db and put the db string in the .env file
cp .env.example .env

# Pushing the migration to the db
bun push

# For client
bun dev:client

This project was created using bun init in bun v1.0.0. Bun is a fast all-in-one JavaScript runtime and you will fall in love with the speed of bun.

About

A Fullstack app setup for the trpc & drizzle

Topics

Resources

Stars

Watchers

Forks