Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/geshan/nodejs-postgres-cloud-run

A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js -- can run on Google Cloud Run
https://github.com/geshan/nodejs-postgres-cloud-run

cloud-run cloud-run-button google-cloud google-cloud-platform google-cloud-run nodejs postgresql

Last synced: 12 days ago
JSON representation

A demo Quotes REST API using Node.js and PostgreSQL. Built with Express Js -- can run on Google Cloud Run

Awesome Lists containing this project

README

        

# 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](https://geshan.com.np/blog/2021/01/nodejs-postgresql-tutorial/).

## Deploy on Google Cloud Run

[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run)

## How it works

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

![Quotes API Working](/images/quotes.jpg)

## 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](https://cloud.google.com/build/docs/deploying-builds/deploy-cloud-run).