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

https://github.com/esnet/relay-test

A test of Relay and GraphQL for the ESnet Software Summit. Based on the relay starter kit.
https://github.com/esnet/relay-test

Last synced: about 2 months ago
JSON representation

A test of Relay and GraphQL for the ESnet Software Summit. Based on the relay starter kit.

Awesome Lists containing this project

README

          

# Workout logger relay example

This is the GraphQL and Relay back end for a simple workout logger.

## Installation

```
npm install
```

## Running

Start a local server:

```
npm start
```

## Developing

Any changes you make to files in the `js/` directory will cause the server to
automatically rebuild the app and refresh your browser.

If at any time you make changes to `data/schema.js`, stop the server,
regenerate `data/schema.json`, and restart the server:

```
npm run update-schema
npm start
```

## License

Relay Starter Kit is [BSD licensed](./LICENSE). We also provide an additional [patent grant](./PATENTS).