This code belongs to a tutorial series: https://github.com/academind/yt-graphql-react-event-booking-api.git
Learn how to build a GraphQL API (with Node.js) and a React.js frontend from scratch in this series.
- The code in this repository is not meant to be used in production. It is only meant to be used for learning purposes.
- The code in this repository is not the same as the code in the video. Video is outdated and uses an older version of react and all of the other libraries and uses classes. This code is updated to the latest versions of all libraries and uses functional components and hooks.
Choose the right branch in this repository to get the code for the different parts of the series.
Install all dependencies
yarn install
Run the server
yarn start