Learn how to use GraphQL in this tutorial for beginners. Throughout this course, you'll learn the core principle of this popular database, explore its advantages over traditional REST APIs, and gain the practical skills to design and implement robust data-driven applications.
✏️ Course developed by @NetNinja Net Ninja website: https://netninja.dev
You can watch the tutorial on freeCodeCamp.org Youtube channel here: GraphQL Course For Beginners.
- Learning folder contains markdown files containing highlights and notes of the course.
- Server folder contains the app you can run to see the queries in action on localhost.
- Fork the repo here https://github.com/shubhansu-kr/GraphQL-NetNinja
- Open the terminal and run the following command:
git clone <your_repo_link>, example:git clone https://github.com/shubhansu-kr/GraphQL-NetNinja. - Catch server directory
cd Server. - Install npm dependency
npm install. - Run the server instance
npm start.
Review commit history here: https://github.com/shubhansu-kr/GraphQL-NetNinja/commits/master/ and browse code changes through each commit.
This marks the end of graphQL - FreeCodeCamp course progress track.