Skip to main content

GraphingQL

Reference project to learn and understand GraphQL

Photo by Vlado Paunovic

GraphQL + React - First project

Hi there, I'm Carlos Zinato and this repo is just a reference project that I've made in order to understand and implement for the first time GraphQL and a React client for this server to clearly see how good and easy it is and why so many dev teams are using it today.

This project is based on a tutorial series by The Net Ninja where we create a server with NodeJS, MongoDB and GraphQL for storing books and their authors. To browse through these collections we also develop a React client with some simple components to display and add new entries.