Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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