Skip to main content Link Menu Expand (external link) Document Search Copy Copied

App Engine Innovation Workshop Lab Guide


Exercise 1: Create a new App with AES

Prev Next

Goal

In this exercise, you will create a new App in App Engine Studio. The application can be thought of as a container to place all the artifacts created within this Lab.

Steps

  1. To create a new App in App Engine Studio, click Create app (1).

    AES welcome

  2. Give your App a meaningful Name (1) and a short Description (2).

    FieldnameValue
    NameStudent Permission
    DescriptionManage permissions on students’ activities
  3. Having the fields filled in, click Continue (3).

    Create app screen

  4. In the screen shown, you could add Roles to your App, which are used to assign permissions to users. For this Lab, we will just stay with the both Roles added for you by App Engine Studio. Click Continue (3).

    add Roles

    After just a few seconds, your app is created in your instance.

    waiting screen

  5. Next, click Go to app dashboard (1).. This system displays the App Dashboard within App Engine Studio.

    lets get started

    Hint: To get more screen space, click the oggle switch (1) on the lower left side of the screen.

    nav toggle

Congratulations! You now have set up a new in App Engine Studio within its own App Scope.

This App can easily be tested and promoted from your development instance to test and production instances. You can also invite other developers to collaborate on your app on your instance.

Prev Next