Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
panford authored Sep 30, 2024
1 parent 53e8969 commit cd3964b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ The setup can also be run locally at http://127.0.0.1 or http://localhost.
- [Application Overview](#application-overview)
- [Installation](#installation)
- [Usage](#usage)
3. [Contributing](#contributing)
4. [License](#license)

---

Expand Down Expand Up @@ -54,7 +52,12 @@ This section guides you through setting up the Google Cloud infrastructure neces
```sh
uvicorn setup.backend.app.main:app --reload --port <PORT>
```

4. **Install Google Cloud SDK**
Ensure you have Google Cloud SDK installed and authenticate.
```sh
gcloud auth login
gcloud config set project YOUR_PROJECT_ID
```
### Database Setup

1. **Cloud SQL Configuration**:
Expand Down

0 comments on commit cd3964b

Please sign in to comment.