https://github.com/mayashavin/pokeapi-graphql
GraphQL API server written for Pokemon API - based on PokeAPI
https://github.com/mayashavin/pokeapi-graphql
Last synced: about 1 year ago
JSON representation
GraphQL API server written for Pokemon API - based on PokeAPI
- Host: GitHub
- URL: https://github.com/mayashavin/pokeapi-graphql
- Owner: mayashavin
- License: mit
- Created: 2020-05-14T06:09:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T11:16:02.000Z (over 3 years ago)
- Last Synced: 2025-03-18T19:19:10.522Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://pokeapi.dev
- Size: 655 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pokedeck GraphQL API Server




This is GraphQL API server written for Pokemon DB (Pokedeck). It is built on top of the current REST API version 2 of [Poke API](https://pokeapi.co/docs/v2.html), with more organized and additional information besides the default data received from the original API.
## Getting started
1.Install dependencies
```bash
npm install
```
2.Run dev server
```bash
npm run serve
```
3.Navigate to `localhost:8080/graphql` for the playground and start experiment

## Maintainer
[Maya Shavin](https://mayashavin.com)
## Credits
Lots of thanks to the team in [Poke API](https://pokeapi.co/) for creating and maintaining the DB and RESTful API as single source of truth for all information about Pokemons.
You can check out their [Github](https://github.com/PokeAPI/pokeapi/) for more information.