Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 527 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 527 Bytes

Ghost Nexus:

(WIP) Demo of wrapping a GraphQL api on top of the ghost blogging platform.

Makes use of schemats to auto-generate types, and uses nexus's configuration to automatically bind these types to our schema generated types.

To setup, create a mysql database called ghost_nexus and configure the values in config.development.js as necessary.