// Fetch data from your app
const res = await fetch('https://wfptest.butterbase.dev/v1/app_6k47ilb3megw/your_table');
const data = await res.json();
console.log(data);
Next Steps
Define your database schema
Set up authentication
Deploy your frontend to replace this page
This is a placeholder page. Deploy your own frontend to replace it.