This example showcases StepZen data linking using the @materilizer to bring together professional bikers, details of the mountains they have rode, and the bikes that they are riding on.
Keep in mind, this is sample data and the mountains and bikes these professional riders have rode is dummy data.
yarn install
or
npm install
$ cd stepzen
$ stepzen start
Runs the stepzen endpoint in the development mode.
Open http://localhost:5000/foo/bar to view it in the browser based on what you named your endpoint.
Copy the endpoint you generated to add as a .env variable in Step 3. --> https://{your_account}.stepzen.net/foo/bar/__graphql
$ cd ..
$ cp .env.example .env
// paste your account key and endpoint from Step 2
$ yarn start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser. 🚀🚀🚀