Skip to content

adhithiravi/GraphQL-Foundations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL-Foundations

Overview

This is the code for the Pluralsight course GraphQL Foundations by Adhithi Ravichandran.

This repository contains a simple GraphQL demo app that demonstrates core GraphQL concepts using GraphQL Yoga. The application provides a basic pie catalog with querying and filtering capabilities.

Tech Stack

  • GraphQL
  • GraphQL Yoga
  • Node.js

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm start

Project Structure

  • server.mjs - Main GraphQL server implementation
  • package.json - Project dependencies and scripts

Author

Adhithi Ravichandran

About

GraphQL-Foundations course code repo by Adhithi Ravichandran

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published