Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Install the project dependencies using Yarn.
yarn install
```

### 3. Set Up Environment Variables
### 3. Set Up Environment Variables(cd autospace-workshop/apps/api)

Create a .env file in the root directory and add the necessary environment variables. Refer to .env.example for the required variables.
Create a .env file in the root directory and add the necessary environment variables. Refer to .env.example(in /apps/api) for the required variables.

### 4. Run the Database with Docker Compose

Expand Down