Skip to content

Commit a717ff6

Browse files
supabase setup
1 parent 00207a7 commit a717ff6

File tree

6 files changed

+8
-202
lines changed

6 files changed

+8
-202
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ Thumbs.db
104104
*.sqlite
105105
*.db
106106

107+
# Supabase local
108+
supabase/
109+
107110
# Firebase
108111
.firebase/
109112
firebase-debug.log

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ npx prisma generate
5454
2. **Initialize Supabase in project**
5555
```bash
5656
cd backend
57-
supabase init
57+
npx supabase init
5858
```
5959

6060
3. **Start and Stop local Supabase**
6161
```bash
62-
supabase start
63-
supabase stop
62+
npx supabase start
63+
npx supabase stop
6464
```
6565
This creates a local database at `postgresql://postgres:postgres@localhost:54322/postgres`
6666
Can use Supabase Studio running locally on localhost:54323 to see your DB updates and test

backend/.gitignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)