Featured resource
2025 Tech Upskilling Playbook
Tech Upskilling Playbook

Build future-ready tech teams and hit key business milestones with seven proven plays from industry leaders.

Check it out
  • Lab
    • Libraries: If you want this lab, consider one of these libraries.
    • Cloud
Labs

Deploying an App Engine Application

Google Cloud App Engine provides a solid, easy-to-access platform for a wide range of web apps. Its interoperability with other Google Cloud services, such as Cloud Datastore, enhances its effectiveness. In this hands-on lab, we’ll deploy an app to App Engine that allows users to enter details into a NoSQL database, Cloud Datastore, and displays the proper HTML template and CSS. The process requires that we customize the `config.py` file before deploying the app.

Lab platform
Lab Info
Level
Beginner
Last updated
Apr 06, 2025
Duration
30m

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
Table of Contents
  1. Challenge

    Enable APIs and clone GitHub repository.
    1. From the main navigation, visit the APIs & Services > Libraries page, and search for "Datastore".
    2. Select the Cloud Datastore API.
    3. If the API is not available, click Enable.
    4. Repeat the process to enable the Cloud Build API and Container Registry API
    5. Activate the Cloud Shell.
    6. When it spins up, create the necessary bucket (bucket name must be unique): gsutil mb -c regional -l us-east1 gs://[BUCKET_NAME] gsutil iam ch allUsers:objectViewer gs://[BUCKET_NAME]
    7. Clone the GitHub repository: git clone https://github.com/ACloudGuru-Resources/content-gc-essentials
    8. Change directory to the content-gc-essentials/app-engine-lab folder.
  2. Challenge

    Configure `config.py` file.
    1. From the Cloud Shell Editor, open config.py in the app-engine-lab folder.
    2. Change PROJECT_ID to the current project, as shown in the Cloud Shell.
    3. Change the "CLOUD_STORAGE_BUCKET" variable value to your unique bucket name.
    4. Save the file.
  3. Challenge

    Deploy the app.
    1. In the Cloud Shell, enter the following code:
    gcloud config set app/cloud_build_timeout 6000s
    gcloud app deploy
    
    1. When prompted, choose the us-east1 region.
  4. Challenge

    Test the app.
    1. In the Cloud Shell, enter the following code:
    gcloud app browse
    
    1. If the browser window does not open, click the generated link.
About the author

Pluralsight Skills gives leaders confidence they have the skills needed to execute technology strategy. Technology teams can benchmark expertise across roles, speed up release cycles and build reliable, secure products. By leveraging our expert content, skill assessments and one-of-a-kind analytics, keep up with the pace of change, put the right people on the right projects and boost productivity. It's the most effective path to developing tech skills at scale.

Real skill practice before real-world application

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Learn by doing

Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.

Follow your guide

All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.

Turn time into mastery

On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.

Get started with Pluralsight