Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 3.19 KB

TEMPLATE.md

File metadata and controls

80 lines (49 loc) · 3.19 KB

StepZen Example: with-[INSERT]

Introduction

This project builds a GraphQL API...

Getting Started

You'll need to create a StepZen account first.

Alternatively, you can login using stepzen login --public without signing up, but note that your API will be publicly accessible.

Once you've got that set up, git clone this repository onto your machine and open the working directory:

git clone https://github.com/stepzen-dev/examples.git
cd examples/with-[INSERT]

Before you can run this example, you need to have a ...

Run StepZen

Open your terminal and install the StepZen CLI. You need to login here using the command: stepzen login.

Start the GraphQL by running stepzen start. After you've followed the prompts (you can accept the suggested endpoint name or add your own), a proxy of the GraphiQL playground becomes available at http://localhost/5001 (in example http://localhost:5001/api/with-[INSERT] ), which you can use to explore the GraphQL API. Also, the endpoint at which your GraphQL API is deployed gets logged in the terminal. You can query your GraphQL API from any application, browser, or IDE by providing the API Key linked to your account.

Learn More

You can learn more in the StepZen documentation. Questions? Head over to Discord or GitHub Discussions to ask questions.