Traverzer
  • About
  • Basics
    • Insert & Update
    • Fetch & Find
    • Delete
  • Reference
    • PUT
    • POST
    • DELETE
Powered by GitBook
On this page
Edit on GitHub

Quickstart

This quickstart will take you through the steps of creating, updating, finding, and deleting data in your Traverzer database.

Last updated 4 months ago

1

Download the sample

Clone the from Bold Minds GitHub and open the code in your favorite IDE.

2

Create Your Key

First, create an account by logging into the . You'll be granted a 20 day free trial automatically, no payment method required. On the account page there will be one Environment called Dev without any keys or URLs listed. Add the URL localhost:3000to the Dev Environment. Click on the Generate Token button and copy the token into the .env at the root of the sample code.

3

Run the sample

Run the sample application

Traverzer Sample code
Traverzer website