Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-02T21:08:25.000Z (over 2 years ago)
- Last Synced: 2024-11-07T11:44:23.737Z (about 2 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: 3
- 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