Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewlynch/halo-api-graphql
Halo API GraphQL example server
https://github.com/matthewlynch/halo-api-graphql
graphql graphql-server halo5 nodejs
Last synced: 8 days ago
JSON representation
Halo API GraphQL example server
- Host: GitHub
- URL: https://github.com/matthewlynch/halo-api-graphql
- Owner: matthewlynch
- License: mit
- Created: 2020-01-15T20:35:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T20:41:59.000Z (almost 2 years ago)
- Last Synced: 2024-05-27T14:07:56.823Z (6 months ago)
- Topics: graphql, graphql-server, halo5, nodejs
- Language: JavaScript
- Homepage:
- Size: 639 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HALO API GraphQL server example
## Getting Started
> Note: You'll need to sign up for an API key at: [developer.haloapi.com](https://developer.haloapi.com/)
To get started run:
1. `git clone https://github.com/matthewlynch/halo-api-graphql.git`
2. Copy the example env file and add your API key: `cp .env-example .env`
3. `npm install`
4. `npm run metadata` to download the required metadata
3. `npm start`
4. Visit [localhost:4000](http://localhost:4000/) to see the GraphQL playground