Skip to content

Commit

Permalink
docs: Remove supabase from docs #164
Browse files Browse the repository at this point in the history
- Removed Supabase Credential pre-requisite
- Removed Supabase Client API key and Anon Key from environment-variables
- Removed Supabase as Tech stack from api
  • Loading branch information
SRINJAYDASGUPTA-Git committed Mar 16, 2024
1 parent 1084c77 commit 9288ff0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/contributing-to-keyshade/design-of-our-code/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Our API is developed using the following stack:

* **NestJS** as the base
* **Prisma** as the DDL and DML
* **Supabase** as the database and bucket storage
* **Node Mailer** as the mail agent

## Structure
Expand Down
2 changes: 0 additions & 2 deletions docs/contributing-to-keyshade/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ description: Get to know the environment you are working with
Here's the description of the environment variables used in the project. You can find the values for these variables in \`.env.example\`.

* **DATABASE\_URL**: The URL of the PSQL database to connect to. This is used by the [Prisma Client](https://www.prisma.io/docs/orm/prisma-client) to connect to the database.
* **SUPABASE\_API\_URL**: The URL of the Supabase API. This is used by the [Supabase Client](https://supabase.io/docs/reference/javascript/supabase-client) to connect to the Supabase API. Make sure you create a Supabase project and get the API URL from the project settings.
* **SUPABASE\_ANON\_KEY**: The anonymous key of the Supabase project. This is used by the Supabase Client to connect to the Supabase API. Make sure you create a Supabase project and get the anonymous key from the project settings.
* **SMTP\_HOST**: This is used to send out emails from the backend. 
* **SMTP\_PORT:** The SMTP port as specified by your SMTP provider.
* **SMTP\_EMAIL\_ADDRESS:** The email address you want to be sending out the emails from.
Expand Down
1 change: 0 additions & 1 deletion docs/contributing-to-keyshade/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
Of course, to get started, you will need to have the required components in place. Gladly, there isn't much that needs to be done:

* Make sure you have Git installed and have an account in GitHub
* Have an account in Supabase along with a project
* Have your SMTP credentials ready

0 comments on commit 9288ff0

Please sign in to comment.