https://github.com/robertoachar/graphql-api
GraphQL API.
https://github.com/robertoachar/graphql-api
express graphql mongodb node
Last synced: 4 months ago
JSON representation
GraphQL API.
- Host: GitHub
- URL: https://github.com/robertoachar/graphql-api
- Owner: robertoachar
- License: mit
- Created: 2017-08-28T20:37:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-28T21:48:03.000Z (over 8 years ago)
- Last Synced: 2025-07-10T01:37:32.087Z (about 1 year ago)
- Topics: express, graphql, mongodb, node
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# graphql-api
Generated by [OSS Project Generator](http://bit.ly/generator-oss-project).
[![License][license-badge]][license-url]
> GraphQL API.
# Development
* Cloning the repo
```bash
$ git clone https://github.com/robertoachar/graphql-api.git
```
* Installing dependencies
```bash
$ npm install
```
* Running scripts
Action | Usage
------ | -----
Starting development mode | `npm start`
Linting code | `npm run lint`
# Author
[Roberto Achar](https://twitter.com/robertoachar)
# License
[MIT](https://github.com/robertoachar/graphql-api/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/graphql-api.svg
[license-url]: https://opensource.org/licenses/MIT