Generate a visually editable GraphQL API with Hasura, deployed to Heroku

InstructorKyle Gill

Share this video with your friends

Send Tweet

Hasura's one click deploy can give you a production ready GraphQL API backed by a Postgres database. In this lesson we'll use it to set up initial configurations and database tables needed to support the app's needs.

We'll make a user table, a playlist table, and an upvote table, which will show how primary and foreign key relationships, unique ids, and more function.

This example uses the Heroku one click deploy as the fastest way to get started.

Additional resources: