This is a T3 Stack project bootstrapped with create-t3-app.
First you want to make sure you have pnpm installed:
pnpm -vThen you can run the project locally:
pnpm install
# then
pnpm dev- Sign up for Supabase
- Create a new org/project
- Copy the DB password
- Create a
.envfile in the root of the project - In supabase console, click
Connectat the top of your project page - Click the
ORMstab and select Drizzle - Paste the connection string, and then paste your DB password into the
passwordfield - Run
pnpm db:push - You should see that your DB is now populated with the schema(s) defined in
src/server/db
- Create a new file in
src/server/db - Define your model using Drizzle's schema syntax
- Run
pnpm db:pushto apply the changes to your DB
We try to keep this project as simple as possible, so you can start with just the scaffolding we set up for you, and add additional things later when they become necessary.
If you are not familiar with the different technologies used in this project, please refer to the respective docs. If you still are in the wind, please join our Discord and ask for help.
To learn more about the T3 Stack, take a look at the following resources:
- Documentation
- Learn the T3 Stack — Check out these awesome tutorials