Build a CRUD app - REST
This guide will show you how to build a todo app, using GitHub issues for storage.
This guide will show you how to build a CRUD application, with the Budibase REST API connector. For this example, we will build a Todo list, using GitHub Issues to store our items.
If you want to follow along, you will need to:
Create a GitHub repository.
Create a GitHub access token with the
repo > public_repo
scope checked.Add a few issues to your repository, so that we have some data to test with.
Last updated