Dockerizing a Hello World Express App and Uploading to GCP Artifact Registry
Our express app is a very simple API that listens on port 3000. And has a single endpoint of root, which returns a JSON message of Hello World.
Create a new folder named hello-express-app and cd into it.
mkdir hello-express-app && cd hello-express-ap...
vic0de.hashnode.dev4 min read