Skip to content

Commit 7e342d3

Browse files
authored
Update README.md
1 parent a7be1ee commit 7e342d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DATABASE_URL=[Insert Supabase Project URL]
5151
DATABASE_KEY=[Insert Supabase Project API key]
5252
```
5353

54-
The `DATABASE_URL` variable should contain your Supabase project url and the `DATABASE_KEY` should contain your Supabase project’s API key. To learn how to create a new Supabase project: see [here](https://medium.com/@heshramsis/building-a-crud-app-with-supabase-and-express-a-step-by-step-guide-for-junior-developers-81456b850910). Note that for the purposes of this project, we will provide the grader with all necessary API keys and URLs.
54+
The `DATABASE_URL` variable should contain your Supabase project url and the `DATABASE_KEY` should contain your Supabase project’s API key. To learn how to create a new Supabase project: see [here](https://medium.com/@heshramsis/building-a-crud-app-with-supabase-and-express-a-step-by-step-guide-for-junior-developers-81456b850910). Likewise, the `OPENAI_API_KEY` variable should contain your OpenAI Project API Key. Note that for the purposes of this project, **we will provide the grader with all necessary API keys and URLs**.
5555

5656
4. Configure environment variables for frontend. Create a `.env` file in `/frontend` and populate it with the following:
5757

0 commit comments

Comments
 (0)