|
|
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| README.md | ||
| config.development.json | ||
| package.json | ||
| tsconfig.json | ||
| yarn.lock | ||
README.md
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.