Skip to content

Commit 83890df

Browse files
kevin-lannthomasyzy7Austin-Xminhhaitran08MasahisaSekita
authored
Release/1.6 [main] (#156)
Co-authored-by: dawangk <85403980+dawangk@users.noreply.github.com> Co-authored-by: Austin-X <xaustin03@gmail.com> Co-authored-by: minhhaitran08 <109974932+minhhaitran08@users.noreply.github.com> Co-authored-by: Masahisa Sekita <135545705+MasahisaSekita@users.noreply.github.com> Co-authored-by: dawangk <thomasyzy7@gmail.com> Co-authored-by: Austin-X <Austin-X@users.noreply.github.com> Co-authored-by: dawangk <dawangk@users.noreply.github.com> Co-authored-by: kevin-lann <kevin-lann@users.noreply.github.com> Co-authored-by: MasahisaSekita <MasahisaSekita@users.noreply.github.com> Co-authored-by: Dmitriy Prokopchuk <87666671+prokopchukdim@users.noreply.github.com> Co-authored-by: minhhaitran08 <minhhaitran08@users.noreply.github.com>
1 parent 6d492fa commit 83890df

48 files changed

Lines changed: 3921 additions & 367 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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="kevinlan416@gmail.com"
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)