Skip to content
Mаартен edited this page Sep 15, 2019 · 3 revisions

Welcome!

This repository is created to show the power of injectable GraphQL modules. It will also showcase a complete working frontend application with Apollo React hooks. For the frontend NextJS is used because it saves me writing code, the focus is on the modules and how easy it is to test them and give them SSR/CSR responses.

For the GraphQL server open API data from bol.com is being used. For that you will need a key, but by default it will run the server in mock mode. Some responses for this services are mocked.

Server

alt server

App

alt app

For a working online version see the main readme. It's on Heroku, so please give it some time to spin up.

Clone this wiki locally