Cloud Posts


How to Build and Deploy a Node.js, Express, and MySQL API to GCP

  • Date: 03 Feb 2022
  • 28 min read

Let’s build a Node.js + Express API from scratch, connect Cloud SQL for MySQL, and deploy it all to Google Cloud using gcloud CLI. The API will consist of some GET endpoints for retrieving warehouse names and zip codes from an imaginary “Acme” company. This guide is for developers unfamiliar [...]