Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzasaverio committed Feb 6, 2024
1 parent 2291163 commit ba6ea51
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,50 +9,6 @@ This repository serves as a starter template for setting up a FastAPI backend us
- Automatic trigger setup for Cloud Build.
- Secure storage of secrets using Secret Manager.

## Project Structure

```
/home/sam/github/fastapi-cloudrun-starter
├── archive
│ ├── docker-compose.yml
│ └── src
│ └── app.py
├── cloudbuild.yaml
├── code_report.py
├── custom_tree_and_files_corrected.txt
├── docker-compose.dev.yml
├── Dockerfile
├── .dockerignore
├── .env.dev
├── .env.example
├── .github
│ └── workflows
│ └── docker-image.yml
├── .gitignore
├── main.py
├── README.md
├── requirements.txt
└── terraform
├── main.tf
├── modules
│ ├── cloud_build
│ │ ├── main.tf
│ │ └── variables.tf
│ ├── cloud_run
│ │ ├── main.tf
│ │ ├── output.tf
│ │ └── variables.tf
│ └── secret_manager
│ ├── main.tf
│ └── variables.tf
├── terraform copy.example
├── .terraform.lock.hcl
├── terraform.tfstate
├── terraform.tfstate.backup
├── terraform.tfvars
└── variabiles.tf
```

## Getting Started

### Prerequisites
Expand Down

0 comments on commit ba6ea51

Please sign in to comment.