Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 713 Bytes

File metadata and controls

18 lines (9 loc) · 713 Bytes

nodejs-posgresql for Cloud Run

A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js for this Node.js PostgreSQL tutorial.

Deploy on Google Cloud Run

Run on Google Cloud

How it works

Hit the URL/quotes to get some great programming quotes like below:

Quotes API Working

Deploy using Cloud Build

There is a Cloudbuild.yml file in the repository, if you want to setup a deployment pipeline with Cloud Build you can follow the official guide.