Skip to content

GraphQL API for Product, Order, and Customer Management : A hands‑on GraphQL API project showcasing CRUD operations with Apollo Server.”

Notifications You must be signed in to change notification settings

JeremiahRobert23/graphql-api-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Product/Order/Customer API

A GraphQL API for managing Products, Orders, Customers, Employees, Offices, and Payments. This API allows performing CRUD operations on all entities and exploring relationships between them. Built using Apollo Server and Node.js.


🛠 Features

  • GraphQL Queries

    • Retrieve all or specific records for Products, Orders, Customers, Employees, Offices, Payments, OrderProducts, and Productlines.
    • Explore relationships between entities:
      • Products → Productlines
      • Orders → Customers → Employees
      • Payments → Customers
      • Employees → Offices and subordinates
  • GraphQL Mutations

    • Create, update, and delete records for all entities.
  • In-Memory Database

    • Sample dataset stored in db.js.
  • Relationships

    • Supports nested queries, e.g., fetch orders with their products and customer details.

📦 Technologies Used

  • Node.js
  • Apollo Server v5
  • GraphQL
  • JavaScript (ES Modules)
  • Optional: VSCode for development

About

GraphQL API for Product, Order, and Customer Management : A hands‑on GraphQL API project showcasing CRUD operations with Apollo Server.”

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published