https://github.com/alvaropaco/graphql-pdv-example
A Simple implementation of a GraphQL Api with geoSON data
https://github.com/alvaropaco/graphql-pdv-example
api geolocation geometry geoson graphql
Last synced: 2 months ago
JSON representation
A Simple implementation of a GraphQL Api with geoSON data
- Host: GitHub
- URL: https://github.com/alvaropaco/graphql-pdv-example
- Owner: alvaropaco
- License: mit
- Created: 2017-08-31T21:30:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T18:42:31.000Z (almost 8 years ago)
- Last Synced: 2025-02-12T09:59:42.856Z (4 months ago)
- Topics: api, geolocation, geometry, geoson, graphql
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Challenge - ZX Ventures
## Goals
This documentations refers to a simple implementation of a Back-end API of
a PDV registration system.## Documentations
You can access the documentation accessing ``` /doc/schema/index.html ```
## Installing
npm install## Usage
### Running the Service
npm start### Running the Tests
npm test## Author
``` Álvaro Augusto Paçó Neto - [email protected] or alvaropaco.com```