TutorialsCourses

Hasura For Beginners

We're going to take you from zero Hasura knowledge to building out permissions, authentication, and websocket magic! We'll start by exploring why Hasura is great, then jump into setting up local development. Next we'll deploy to Hasura Cloud with Amazon RDS as our database. Then with our local and production environments setup we'll dive into making tables, setting up permissions, and even setting up CI/CD on Github actions.

Finally we'll dive into some code and create Actions, which are webhooks that integrate into Hasura as graphql queries/mutations. Ending with a complete setup of real time chat interface including public messaging in channels, as well as private messaging!