Creating an Endpoints Backend Project
Go to the Google Developers Console . Click Create Project , enter a name and a project ID, or accept the defaults, and click Create .
Copy the project ID, since you'll need to use it later in your app.yaml file.
Next...
At this point, you are ready to write backend API code.
Continue to Writing the API: A Simple GET .