Using the admin portal to create a new project.
Navigate to the Dashboard
Login / Signup with Basic
Create your project
Add your project details
Manage your projects
Note your project ID, database URL, and API key (keep this a secret!)
(Optional) You can test everything is working by making a sample fetch request to your database:
<YOUR_PROJECT_ID>
and <YOUR_API_KEY>
.Create your schema
Add a new table
string
, number
, boolean
, json
.(Optional) Edit your schema with the code editor
Publish your changes