June 14, 2021

Create a serverless book library app with HarperDB and Gatsbyjs

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents
  1. Create a free HarperDB account at https://harperdb.io/.
  2. Set up a HarperDB cloud instance with specified credentials.
  3. Copy the API Auth Header Key from the config tab.
  4. Configure Gatsby with HarperDB using the gatsby-source-harperdb plugin.
  5. Fetch book records from HarperDB and display them in the UI.
  6. Create a book details page using a template and link books to their details page.
  7. Deploy the app on Gatsby Cloud for hosting.