Lab 4 | Google Cloud Platform Tutorial for Beginners | App Engine Demo
Google Cloud Platform, offered by Google, is a suite of cloud computing services. The Google Cloud Console provides a web-based, graphical user interface that you can use to manage your Google Cloud projects and resources. In this series, practise labs & learn GCP components. App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, then let App Engine take care of provisioning servers and scaling your app instances based on demand. Google Cloud console - https://console.cloud.google.com gcloud app create --project=$DEVSHELL_PROJECT_ID git clone https://github.com/GoogleCloudPlatform/python-docs-samples cd python-docs-samples/appengine/standard_python3/hello_world sudo apt-get update sudo apt-get install virtualenv virtualenv -p python3 venv source venv/bin/activate pip install -r requirements.txt python main.py cd ~/python-docs-samples/appengine/standard_python3/hello_world gcloud app deploy gcloud app browse You can subscribe my channel for more educational videos on Cloud & related topics.
Download
0 formatsNo download links available.