Skip to content

Commit a02f397

Browse files
authored
Kl/scrum 184 update readme (#153)
1 parent ec0fcf8 commit a02f397

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ DATABASE_KEY=[Insert Supabase Project API key]
5353
OPENAI_API_KEY=[Insert OpenAI API Key]
5454
PINECONE_API_KEY=[Insert Pinecone API Key]
5555
PINECONE_INDEX_NAME="course-matrix"
56+
57+
BREVO_API_KEY=[Insert Brevo API Key]
58+
SENDER_EMAIL="[email protected]"
59+
SENDER_NAME="Course Matrix Notifications"
5660
```
5761

58-
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 and the `PINECONE_API_KEY` should contain your Pinecone Project API Key. Note that for the purposes of this project, **we will provide the grader with all necessary API keys and URLs**.
62+
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, the `PINECONE_API_KEY` should contain your Pinecone Project API Key, and the `BREVO_API_KEY` should contain your Brevo API Key. Note that for the purposes of this project, **we will provide the grader with all necessary API keys and URLs**.
5963

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

0 commit comments

Comments
 (0)