Building a serverless Nuxt app using GraphQL and Hasura Remote Joins
In this tutorial, we will build a serverless Nuxt app using GraphQL and Hasura Remote Joins. The app will be Instagram-style, where users can upload images, like, and add comments to other people's images. Images will be stored on an API, and we will use Hasura Remote Joins to transform image URLs so we can query the exact-sized images we want from the database instead of having to transform the URL client side with a dedicated library. We will use Heroku for deploying a Hasura instance, Azure Functions for creating a remote schema and events handler, Auth0 for authentication, and Cloudinary to host our images.
Company
Hasura
Date published
Sept. 17, 2019
Author(s)
Hasura
Word count
2148
Hacker News points
None found.
Language
English