An open API service indexing awesome lists of open source software.

https://github.com/stepzen-dev/starter


https://github.com/stepzen-dev/starter

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# StepZen Starter

## Overview

This is an empty StepZen api project repository. It's useful because it has:

- an index.graphql file ready to add \*.graphql files to
- a sample config.yaml
- a .gitignore with config.yaml set so you don't accidentally check in secrets
- a sample.graphql file with commented out types and queries using various directives and options

## Usage

1. Sign up for a StepZen account: [StepZen.com](https://stepzen.com)
1. Install the cli: `npm install -g stepzen`
1. Login with your [account credentials](https://stepzen.com/account): `stepzen login`
1. Clone this repo, make changes, and then...
1. Type `stepzen start` and 🚀!