Ecosyste.ms: Awesome

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

https://github.com/sibelius/graphql-cep

Query any CEP using GraphQL - https://graphql-cep-liimjftpnr.now.sh
https://github.com/sibelius/graphql-cep

cep graphql

Last synced: 1 day ago
JSON representation

Query any CEP using GraphQL - https://graphql-cep-liimjftpnr.now.sh

Lists

README

        

# GraphQL CEP

Query any CEP (Brasil) using GraphQL

Test it here: https://graphql-cep-liimjftpnr.now.sh

![graphql-cep](screenshot/graphql-cep.png)

## Command

#### Setup
```bash
npm install
```
#### Develop
```bash
npm run watch
```

#### Production
```bash
# first compile the code
npm run build

# run graphql compiled server
npm start
```

### Flow
```bash
npm run flow
```

Or
```bash
flow
```

### Schema
Take a look on the [Schema](https://github.com/sibelius/graphql-cep/blob/master/data/schema.graphql)

Based on [graphql-dataloader-boilerplate](https://github.com/sibelius/graphql-dataloader-boilerplate)