Skip to content

davidchang/graphql-pokedex-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a very simple Pokedex backend API built with Node, Express, GraphQL, and Babel.

It's just meant for learning and should be complemented by a series of articles on http://davidandsuzi.com.

Running

npm install
node index

Dependencies

A MongoDB instance running locally (sudo mongod) is required to run any of the user related queries and mutations (the pokemon root query, which uses in-memory data, works independent of MongoDB).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published