Skip to content

Commit

Permalink
Update Pre-requisites
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-elhaddad committed Oct 30, 2023
1 parent e4e7397 commit 2b12a48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ This is a To Do app backend server built with Node.js and Express.js. It uses Po
- `Node.js` installed on your machine.
- A `PostgreSQL` database server running whether locally or remotely.
- An `email account` to send emails from.
- An `Azure Blob Storage` account to store files.
- An `OpenWeatherMap API` key to get weather information.
- A `.env` file containing these environment variables.

```js
Expand All @@ -121,6 +123,12 @@ JWT_SECRET_KEY // Secret key (string) to sign the jwt token

GMAIL_USER // Email address to send emails from
GMAIL_PASS // Password of the email address

WEATHER_API_KEY // OpenWeatherMap API key

STORAGE_ACCOUNT_NAME // Azure Blob Storage account name
STORAGE_CONTAINER_NAME // Azure Blob Storage container name
ACCOUNT_CONNECTION_STRING // Azure Blob Storage connection string
```

## 📦 Installation
Expand Down

0 comments on commit 2b12a48

Please sign in to comment.