Description
Guide and checklist for deploying applications to Google Cloud Run
Checklist
** 1. Add API Test Cases for FastAPI Endpoints**
** 2. DB Hosting** MySQL Version: 8.0
** 3. Containerization:**
** 4. github workflow deploy.yml:**
** 5. Cloud Run Deployment:**
Description
Checklist
** 1. Add API Test Cases for FastAPI Endpoints**
** 2. DB Hosting** MySQL Version: 8.0
** 3. Containerization:**
Dockerfilethat defines the application's container image.docker build -t gcr.io/YOUR_PROJECT_ID/YOUR_IMAGE_NAME:latest .** 4. github workflow
deploy.yml:**** 5. Cloud Run Deployment:**