nitin2174 / family-tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 68.2%Language:JavaScript 31.8%