Google App Engine
Feedback on this document

Creating an Endpoints Backend Project

To create a project for your backend:

  1. Create a new Maven App Engine project using the skeleton-archetype as described in the Using Apache Maven page. However, during that process:
    • When you are prompted to define the value for property groupId, supply the value com.google.devrel.samples.helloendpoints.
    • When you are prompted to define the value for property artifactId, supply the value helloendpoints.
    • When you come to the step instructing you to configure the generated pom.xml file, stop. We'll describe that step in more detail next in this tutorial.

Next...

You now have the basic structure of the project completed. You need to configure the project before adding code.

Continue to Configuring the Project for Endpoints.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.