Quickstart
This quickstart will take you through the steps of creating, updating, finding, and deleting data in your Traverzer database.
1
Download the sample
Clone the Traverzer Sample code from Bold Minds GitHub and open the code in your favorite IDE.
2
Create Your Key
First, create an account by logging into the Traverzer website. 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:3000
to the Dev Environment. Click on the Generate Token button and copy the token into the .env at the root of the sample code.
Last updated