https://github.com/ineat/graphql-pokemon-training
An example of GraphQL service with Appolo Server calling pokemon API
https://github.com/ineat/graphql-pokemon-training
blog graphql pokemon tutorial
Last synced: 29 days ago
JSON representation
An example of GraphQL service with Appolo Server calling pokemon API
- Host: GitHub
- URL: https://github.com/ineat/graphql-pokemon-training
- Owner: ineat
- Created: 2019-07-02T14:03:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T21:08:25.000Z (over 3 years ago)
- Last Synced: 2025-05-30T01:02:04.491Z (5 months ago)
- Topics: blog, graphql, pokemon, tutorial
- Language: TypeScript
- Homepage: https://blog.ineat-group.com/2019/11/agreger-vos-reponses-dapi-avec-graphql/
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-pokemon-training
This is a sample project to illustrate [GraphQL / Apollo server](http://blog.ineat-conseil.fr/2019/11/agreger-vos-reponses-dapi-avec-graphql) topic.## How to start
To run the server with real API :
```shell
npm start
```
To run the server in fake mode :
```shell
NODE_ENV=tests npm start
```The server will be ready at http://localhost:4000