Skip to content

This is an alternative Next.js example using tRPC and Supabase.

Notifications You must be signed in to change notification settings

comp426-25s/trpc-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Next.js App Example with Supabase + tRPC

This small app shows a minimal setup with Next.js, Supabase, and tRPC.

Getting Started

Once you clone the repo, you will need to connect this repo to a Supabase project. The project should contain one single table, RLS disabled, with the following fields:

id (uuid)
content (text)
created_at (timestampz, default=now())

Then, follow the instructions in step 2 here to create the .env.local file.

To start the project, run:

cd web
npm install
npm run dev

About

This is an alternative Next.js example using tRPC and Supabase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published