This package contains the server application using GraphQL and PostgreSQL.
Check INSTALL.md
Use yarn as package manager.
Start postgresql:
brew services start postgresql
Then:
yarn
yarn dev
You can open node devtools in chrome following this URL when dev server starts.
You can access to the GraphQL playground at http://localhost:4000
. However, you should be able to authenticate using the HTTP headers tab and set your auth params in it.