Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 679 Bytes

File metadata and controls

34 lines (22 loc) · 679 Bytes

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