June 1, 2022

Fast API + React App With HarperDB

Welcome to Community Posts
Click below to read the full article.
Summary of What to Expect
Table of Contents

  1. Set up FastAPI and Uvicorn for the backend.
  2. Configure HarperDB for the database.
  3. Implement CRUD endpoints in the backend.
  4. Create a React app for the frontend.
  5. Render dummy data in the frontend to test components.
  6. Make API calls to fetch data from the backend.
  7. Implement functions for adding, updating, and deleting notes.
  8. Set up a proxy URL to simplify API requests.
  9. Add styling and icons to the app.