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: about 1 month ago
JSON representation
Query any CEP using GraphQL - https://graphql-cep-liimjftpnr.now.sh
- Host: GitHub
- URL: https://github.com/sibelius/graphql-cep
- Owner: sibelius
- Created: 2016-10-01T02:17:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T22:43:57.000Z (about 9 years ago)
- Last Synced: 2025-10-02T05:48:00.887Z (about 1 month ago)
- Topics: cep, graphql
- Language: JavaScript
- Size: 282 KB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-graphql - GraphQL-CEP - Query address by CEP (Examples / JavaScript Examples)
- awesome-graphql - GraphQL-CEP - Query address by CEP (Examples / JavaScript Examples)
README
# GraphQL CEP
Query any CEP (Brasil) using GraphQL
Test it here: https://graphql-cep-liimjftpnr.now.sh

## 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)