Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhansu-kr/graphql-netninja
FreeCodeCamp GraphQL Course - NetNinja | Course Code | Progress Tracker
https://github.com/shubhansu-kr/graphql-netninja
apollo-server course freecodecamp graphql graphql-server netninja nodejs-server
Last synced: about 1 month ago
JSON representation
FreeCodeCamp GraphQL Course - NetNinja | Course Code | Progress Tracker
- Host: GitHub
- URL: https://github.com/shubhansu-kr/graphql-netninja
- Owner: shubhansu-kr
- Created: 2024-07-10T18:34:20.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-15T17:23:25.000Z (5 months ago)
- Last Synced: 2024-10-11T13:22:20.986Z (2 months ago)
- Topics: apollo-server, course, freecodecamp, graphql, graphql-server, netninja, nodejs-server
- Language: JavaScript
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# GraphQL - FreeCodeCamp
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](https://netninja.dev)You can watch the tutorial on freeCodeCamp.org Youtube channel here: [GraphQL Course For Beginners](https://youtu.be/5199E50O7SI?si=wu2zWz64kcxLtxXB).
## Documentation
1. [Learning](./Learning/) folder contains markdown files containing highlights and notes of the course.
2. [Server](./Server/) folder contains the app you can run to see the queries in action on localhost.## Getting started
1. Fork the repo here [https://github.com/shubhansu-kr/GraphQL-NetNinja](https://github.com/shubhansu-kr/GraphQL-NetNinja)
2. Open the terminal and run the following command: `git clone `, example: `git clone https://github.com/shubhansu-kr/GraphQL-NetNinja`.
3. Catch server directory `cd Server`.
4. Install npm dependency `npm install`.
5. Run the server instance `npm start`.## Commit History
Review commit history here: [https://github.com/shubhansu-kr/GraphQL-NetNinja/commits/master/](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.