Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/glimberger/sequencer-graphql-api

GraphQL API for the React Redux Sequencer project
https://github.com/glimberger/sequencer-graphql-api

docker-compose graphql nodejs typescript

Last synced: 10 days ago
JSON representation

GraphQL API for the React Redux Sequencer project

Awesome Lists containing this project

README

        

# sequencer-graphql-api
[![Build Status](https://travis-ci.org/glimberger/sequencer-graphql-api.svg?branch=master)](https://travis-ci.org/glimberger/sequencer-graphql-api)

GraphQL API written in TypeScript for the [React Redux Sequencer](https://github.com/glimberger/react-redux-sequencer) project.

Start the project:
```bash
$ yarn start
```

Alternatively you can use the dockerized version:
```docker
$ docker-compose up -d
```

Run the tests:
```bash
$ yarn test
```