stress-test-a9f0em

Powered by Butterbase

Your API

https://stress-test-a9f0em.butterbase.dev/v1/app_kvxda1z0wsnn

Quick Start

// Fetch data from your app
const res = await fetch('https://stress-test-a9f0em.butterbase.dev/v1/app_kvxda1z0wsnn/your_table');
const data = await res.json();
console.log(data);

Next Steps