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

https://github.com/oda2/graphql-api-estudo

API de estudo sobre GraphQL
https://github.com/oda2/graphql-api-estudo

graphql nodejs typescript

Last synced: 12 months ago
JSON representation

API de estudo sobre GraphQL

Awesome Lists containing this project

README

          

# API de estudo sobre GraphQL

[![CircleCI](https://circleci.com/gh/Oda2/graphql-api-estudo.svg?style=svg)](https://circleci.com/gh/Oda2/graphql-api-estudo)
[![Build Status](https://travis-ci.org/Oda2/graphql-api-estudo.svg?branch=master)](https://travis-ci.org/Oda2/graphql-api-estudo)
[![Coverage Status](https://coveralls.io/repos/github/Oda2/graphql-api-estudo/badge.svg?branch=master)](https://coveralls.io/github/Oda2/graphql-api-estudo?branch=master)
[![Maintainability](https://api.codeclimate.com/v1/badges/c3cd92f3c76e70d85e5e/maintainability)](https://codeclimate.com/github/Oda2/graphql-api-estudo/maintainability)
[![Known Vulnerabilities](https://snyk.io/test/github/oda2/graphql-api-estudo/badge.svg?targetFile=package.json)](https://snyk.io/test/github/oda2/graphql-api-estudo?targetFile=package.json)

# Install

```sh
$ git clone https://github.com/Oda2/graphql-api-estudo.git
$ cd graphql-api-estudo
$ yarn install
$ yarn start
```

## License
Licensed under the [MIT](https://github.com/Oda2/graphql-api-estudo/blob/master/LICENSE) License.