nodejs / examples

A repository of runnable Node.js examples that go beyond "hello, world!"
MIT License
649 stars 343 forks source link

feat: google cloud run example with graphql #45

Open PatrickHeneise opened 1 year ago

PatrickHeneise commented 1 year ago

Closes #17

Another example for Google Cloud Run with the Dockerfile and instructions how to deploy this as a service. Fully tested and functional.

Used fastify/mercurius as a GraphQL example, could switch this to a simple http server instead?

Any feedback?