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: about 2 months 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 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T22:43:57.000Z (about 8 years ago)
- Last Synced: 2024-10-19T19:54:19.209Z (about 2 months ago)
- Topics: cep, graphql
- Language: JavaScript
- Size: 282 KB
- Stars: 22
- Watchers: 5
- 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)
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)