Creating an Endpoints Backend Project
Visit the Google Cloud Console and select Create Project. Enter a name and a project ID, or accept the defaults, and select 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.