Back to Graphql Engine

Event trigger boilerplates on Zeit Now

community/boilerplates/event-triggers/zeit-now/README.md

2.48.161009 B
Original Source

Event trigger boilerplates on Zeit Now

Contributions are welcome for boilerplates in other languages.

Setup Hasura GraphQL Engine

Click on the following button to deploy GraphQL Engine on Heroku with the free Postgres add-on:

Checkout docs for other deployment options.

Setup now

  1. Create a Zeit account @ https://zeit.co/
  2. Download now cli:
    bash
    npm install -g now
    
  3. Login to now:
    bash
    now login
    

Setup and deploy the trigger

Checkout any of the example triggers given below for further steps:

<!-- - [Python 3 Echo](python/echo) - [Python 3 Mutation](python/mutation) -->