This repository contains a simple "Hello World" Flask application configured for deployment to Google App Engine (Standard Environment) using the Google Cloud CLI.
Before you begin, ensure you have the following set up:
- Google Cloud Project: You need a Google Cloud account with an active project and billing enabled.
- Google Cloud CLI (gcloud): Installed and initialized on your local machine. You can verify this by running
gcloud infoin your terminal. - VS Code: The integrated development environment.
- Python Environment: Python 3.8+ and
pipinstalled. It is strongly recommended to use a Python virtual environment.
The project includes the essential files for an App Engine application: