This is a dummy GraphQL Node app. It's purpuse is to provide a GraphQL API for an example client.
The example client is available here.
- Node.js
- Fake database (in-memory)
- Clone this project
- Go to the project directory and install dependencies:
npm install
- Run the app:
node index.js