Skip to content

Commit f932300

Browse files
authored
Update create-a-doodle-gallery.mdx
1 parent 776a823 commit f932300

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

projects/create-a-doodle-gallery/create-a-doodle-gallery.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,12 @@ create table if not exists public.drawings (
5050
);
5151
```
5252
The interface should look like this:
53-
<img src="">
5453

5554
## ## **Adding your API Keys**
5655
We need to add API keys to our project for it to connect to our storage bucket - API keys authenticate the usage of coding tools like Supabase.
5756

5857
1. Go to the API menu under Project Settings. Find your Project URL and API key. They should look something like this:
5958

60-
<img src="">
61-
6259
## ## **Clone Template**
6360

6461
Head over to [this GitHub link](https://github.com/gbanaag/codedex-doodle-project-template#) and clone the repository. The repository takes care of all the visual and front-end work, so you can put your full focus on working with your database.

0 commit comments

Comments
 (0)