Skip to content

shaweiguo/family-tree

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.2%
  • JavaScript 31.8%