March 22, 2022

How to use HarperDB custom functions to build your entire backend

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents
  1. Create an account by signing up for a free account.
  2. Create a new organization with the necessary details.
  3. Create a HarperDB Cloud Instance on AWS, specifying instance details and agreeing to terms.
  4. Access the cloud instance through your organization to view it.
  5. Set up the backend database by creating a schema and table using the provided SQL query.
  6. Enable custom functions and create a custom API function to fetch data from the database.
  7. Create a frontend React application using create-react-app and TypeScript.
  8. Replace the code in "app.css" and "app.tsx" with the provided code.
  9. Add your own API URL in "App.tsx" to fetch data from the custom functions server.