You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,18 +45,18 @@ pnpm install
45
45
46
46
### Setup environment
47
47
#### 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
49
49
50
50
#### 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.
52
52
53
53
### Run the project
54
54
55
55
Execute the following commands from the root folder.
56
56
57
57
#### Backend
58
58
```Shell
59
-
docker compose up # Spins up a PostgreSQL database
59
+
docker compose up db # Spins up a PostgreSQL database
0 commit comments