Skip to content

Commit 6c197b5

Browse files
Update README.md
readme correction (env)
1 parent 4e3fc2e commit 6c197b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,18 @@ pnpm install
4545

4646
### Setup environment
4747
#### Database
48-
Place this [.env file](https://drive.google.com/file/d/1_TbKfKMlw9Rpy6H8AFWDVxRYtMCgsiy6/view?usp=drive_link) in the `/api` folder. It contains environmental variables used to connect to the database and for external services.
48+
Place this [.env file](https://drive.google.com/file/d/1_TbKfKMlw9Rpy6H8AFWDVxRYtMCgsiy6/view?usp=drive_link) in the `/api` folder. Then rename it .env. It contains environmental variables used to connect to the database and for external services. In addition, add the database informations also in the .env_db file
4949

5050
#### Auth0
51-
Place this [.env file](https://drive.google.com/file/d/1o_HY3KvsCyTsTvY_BcIeymQy5TO6w8Ts/view?usp=drive_link) in the `/frontend` folder. It contains environmental variables used to interact with Auth0.
51+
Place this [.env file](https://drive.google.com/file/d/1o_HY3KvsCyTsTvY_BcIeymQy5TO6w8Ts/view?usp=drive_link) in the `/frontend` folder. Then rename it .env. It contains environmental variables used to interact with Auth0.
5252

5353
### Run the project
5454

5555
Execute the following commands from the root folder.
5656

5757
#### Backend
5858
```Shell
59-
docker compose up # Spins up a PostgreSQL database
59+
docker compose up db # Spins up a PostgreSQL database
6060

6161
pnpm dev:api # Starts the backend server
6262
```

0 commit comments

Comments
 (0)