GraphQL Family Tree

This project demostrates GraphQL API design, utilizing graph-traversal to query for relationships between people.

Getting Started

yarn to install packages.

yarn migrate to create the SQLite database.

yarn seed to seed the database with people and relationships.

yarn start to boot up the server. Go to localhost:3000/graphiql to start building queries.