Zur Bereitstellung Ihrer Anwendung in App Engine müssen Sie ein Google Cloud-Projekt erstellen. Das Projekt ist ein Container auf oberster Ebene, der Ihre App Engine-Anwendungsressourcen sowie andere Google Cloud-Ressourcen enthält.
In dieser Aufgabe erstellen Sie ein Google Cloud-Projekt und eine App Engine-Anwendung, um darin Einstellungen, Rechenressourcen, Anmeldeinformationen und Metadaten für Ihre Anwendung zu speichern.
Wenn Sie bereits ein Google Cloud-Projekt mit App Engine und der Cloud Build API haben, fahren Sie mit Webdienst schreiben fort.
Google Cloud-Projekt erstellen
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Die Abrechnung für das Google Cloud-Projekt muss aktiviert sein.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Die Abrechnung für das Google Cloud-Projekt muss aktiviert sein.
-
Enable the Cloud Build API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
Erstellen Sie in der Google Cloud Console eine App Engine-Anwendung für Ihr Google Cloud-Projekt.
Wählen Sie eine Region aus, in der sich die Rechenressourcen Ihrer App befinden sollen.
Nächste Schritte
Ihr Google Cloud-Projekt ist nun eingerichtet und Sie können mit Node.js einen einfachen Webdienst schreiben.