Skip to content

Commit 1ce6663

Browse files
committed
Merge branch 'develop' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into ty/scrum-180-backend-integration-tests
2 parents 3a18b7d + d09af29 commit 1ce6663

File tree

15 files changed

+1686
-1053
lines changed

15 files changed

+1686
-1053
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)